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.cc25 ProfilingListener::ProfilingListener( in ProfilingListener() function in tflite::benchmark::ProfilingListener
44 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()
Dprofiling_listener.h30 class ProfilingListener : public BenchmarkListener {
32 ProfilingListener(
Dbenchmark_tflite_model.cc758 return std::unique_ptr<BenchmarkListener>(new ProfilingListener( in MayCreateProfilingListener()