Searched refs:ProfilingListener (Results 1 – 3 of 3) sorted by relevance
26 ProfilingListener::ProfilingListener( in ProfilingListener() function in tflite::benchmark::ProfilingListener45 void ProfilingListener::OnBenchmarkStart(const BenchmarkParams& params) { in OnBenchmarkStart()55 void ProfilingListener::OnSingleRunStart(RunType run_type) { in OnSingleRunStart()62 void ProfilingListener::OnSingleRunEnd() { in OnSingleRunEnd()68 void ProfilingListener::OnBenchmarkEnd(const BenchmarkResults& results) { in OnBenchmarkEnd()86 void ProfilingListener::WriteOutput(const std::string& header, in WriteOutput()
31 class ProfilingListener : public BenchmarkListener {33 ProfilingListener(
878 return std::unique_ptr<BenchmarkListener>(new ProfilingListener( in MayCreateProfilingListener()