Searched refs:ProfilingListener (Results 1 – 3 of 3) sorted by relevance
25 ProfilingListener::ProfilingListener( in ProfilingListener() function in tflite::benchmark::ProfilingListener44 void ProfilingListener::OnBenchmarkStart(const BenchmarkParams& params) { in OnBenchmarkStart()54 void ProfilingListener::OnSingleRunStart(RunType run_type) { in OnSingleRunStart()61 void ProfilingListener::OnSingleRunEnd() { in OnSingleRunEnd()67 void ProfilingListener::OnBenchmarkEnd(const BenchmarkResults& results) { in OnBenchmarkEnd()85 void ProfilingListener::WriteOutput(const std::string& header, in WriteOutput()
30 class ProfilingListener : public BenchmarkListener {32 ProfilingListener(
758 return std::unique_ptr<BenchmarkListener>(new ProfilingListener( in MayCreateProfilingListener()