Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/profiling/
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
Dbuffered_profiler.h112 std::vector<const ProfileEvent*> profile_events; in GetProfileEvents() local
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dprofiling_listener.cc49 auto profile_events = profiler_.GetProfileEvents(); in OnBenchmarkStart() local
63 auto profile_events = profiler_.GetProfileEvents(); in OnSingleRunEnd() local
/external/tensorflow/tensorflow/lite/examples/label_image/
Dlabel_image.cc376 auto profile_events = profiler->GetProfileEvents(); in RunInference() local