Home
last modified time | relevance | path

Searched refs:GetProfileEvents (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/profiling/
Dprofile_summarizer_test.cc118 auto events = profiler.GetProfileEvents(); in TEST()
120 summarizer.ProcessProfiles(profiler.GetProfileEvents(), *interpreter); in TEST()
139 auto events = profiler.GetProfileEvents(); in TEST()
141 summarizer.ProcessProfiles(profiler.GetProfileEvents(), *interpreter); in TEST()
Dprofiler_test.cc54 auto profile_events = profiler.GetProfileEvents(); in TEST()
63 auto profile_events = profiler.GetProfileEvents(); in TEST()
108 auto profile_events = profiler.GetProfileEvents(); in TEST()
Dprofiler.h85 std::vector<const ProfileEvent*> GetProfileEvents() { in GetProfileEvents() function
172 std::vector<const ProfileEvent*> GetProfileEvents() { return {}; } in GetProfileEvents() function
Dprofile_buffer_test.cc28 std::vector<const ProfileEvent*> GetProfileEvents(const ProfileBuffer& buffer) { in GetProfileEvents() function
50 auto event = GetProfileEvents(buffer)[0]; in TEST()
/external/tensorflow/tensorflow/lite/examples/label_image/
Dlabel_image.cc207 auto profile_events = profiler->GetProfileEvents(); in RunInference()
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_tflite_model.cc64 auto profile_events = profiler_.GetProfileEvents(); in OnSingleRunEnd()