Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_model.h93 virtual void OnBenchmarkStart(const BenchmarkParams& params) {} in OnBenchmarkStart() function
122 void OnBenchmarkStart(const BenchmarkParams& params) override { in OnBenchmarkStart() function
Dprofiling_listener.cc44 void ProfilingListener::OnBenchmarkStart(const BenchmarkParams& params) { in OnBenchmarkStart() function in tflite::benchmark::ProfilingListener
Dbenchmark_tflite_model.cc74 void RuyProfileListener::OnBenchmarkStart(const BenchmarkParams& params) { in OnBenchmarkStart() function in tflite::benchmark::__anon5fae3c890111::RuyProfileListener
/external/tensorflow/tensorflow/lite/tools/benchmark/experimental/c/
Dbenchmark_c_api.cc69 void OnBenchmarkStart( in OnBenchmarkStart() function in BenchmarkListenerAdapter