Home
last modified time | relevance | path

Searched defs:profile_events (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/profiling/
H A Dprofiler_test.cc54 auto profile_events = profiler.GetProfileEvents(); in TEST() local
68 auto profile_events = profiler.GetProfileEvents(); in TEST() local
77 auto profile_events = profiler.GetProfileEvents(); in TEST() local
122 auto profile_events = profiler.GetProfileEvents(); in TEST() local
131 auto profile_events = profiler.GetProfileEvents(); in TEST() local
H A Dbuffered_profiler.h117 std::vector<const ProfileEvent*> profile_events; in GetProfileEvents() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/
H A Dprofiling_listener.cc50 auto profile_events = profiler_.GetProfileEvents(); in OnBenchmarkStart() local
64 auto profile_events = profiler_.GetProfileEvents(); in OnSingleRunEnd() local
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dwrapper_benchmark.py196 def report_category(category, profile_events): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/examples/label_image/
H A Dlabel_image.cc343 auto profile_events = profiler->GetProfileEvents(); in RunInference() local
/aosp_15_r20/external/executorch/devtools/inspector/
H A D_inspector.py81 profile_events: Optional[List[ProfileEvent]] = None variable in InstructionEvent