Home
last modified time | relevance | path

Searched refs:ProcessProfiles (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dprofiling_listener.cc50 init_summarizer_.ProcessProfiles(profile_events, *interpreter_); in OnBenchmarkStart()
64 run_summarizer_.ProcessProfiles(profile_events, *interpreter_); in OnSingleRunEnd()
/external/tensorflow/tensorflow/lite/profiling/
Dprofile_summarizer.h40 void ProcessProfiles(const std::vector<const ProfileEvent*>& profile_stats,
Dprofile_summarizer_test.cc123 summarizer.ProcessProfiles(profiler.GetProfileEvents(), *interpreter); in TEST()
144 summarizer.ProcessProfiles(profiler.GetProfileEvents(), *interpreter); in TEST()
Dprofile_summarizer.cc104 void ProfileSummarizer::ProcessProfiles( in ProcessProfiles() function in tflite::profiling::ProfileSummarizer