Home
last modified time | relevance | path

Searched defs:OnSingleRunStart (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_model.h95 virtual void OnSingleRunStart(RunType runType) {} in OnSingleRunStart() function
128 void OnSingleRunStart(RunType runType) override { in OnSingleRunStart() function
Dprofiling_listener.cc54 void ProfilingListener::OnSingleRunStart(RunType run_type) { in OnSingleRunStart() function in tflite::benchmark::ProfilingListener
/external/tensorflow/tensorflow/lite/tools/benchmark/experimental/c/
Dbenchmark_c_api.cc76 void OnSingleRunStart(tflite::benchmark::RunType runType) override { in OnSingleRunStart() function in BenchmarkListenerAdapter