Home
last modified time | relevance | path

Searched defs:OnBenchmarkStart (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_model.h72 virtual void OnBenchmarkStart(const BenchmarkParams& params) {} in OnBenchmarkStart() function
93 void OnBenchmarkStart(const BenchmarkParams& params) override { in OnBenchmarkStart() function
Dbenchmark_tflite_model.cc69 void GemmlowpProfilingListener::OnBenchmarkStart( in OnBenchmarkStart() function in tflite::benchmark::GemmlowpProfilingListener