Home
last modified time | relevance | path

Searched refs:ProfilingListener (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dprofiling_listener.cc26 ProfilingListener::ProfilingListener( in ProfilingListener() function in tflite::benchmark::ProfilingListener
45 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()
Dprofiling_listener.h31 class ProfilingListener : public BenchmarkListener {
33 ProfilingListener(
Dbenchmark_tflite_model.cc878 return std::unique_ptr<BenchmarkListener>(new ProfilingListener( in MayCreateProfilingListener()