Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_model.h74 virtual void OnSingleRunStart(RunType runType) {} in OnSingleRunStart() function
99 void OnSingleRunStart(RunType runType) override { in OnSingleRunStart() function
Dbenchmark_tflite_model.cc49 void ProfilingListener::OnSingleRunStart(RunType run_type) { in OnSingleRunStart() function in tflite::benchmark::ProfilingListener