Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/
H A Dbenchmark_model.h105 virtual void OnSingleRunStart(RunType runType) {} in OnSingleRunStart() function
138 void OnSingleRunStart(RunType runType) override { in OnSingleRunStart() function
H A Dprofiling_listener.cc55 void ProfilingListener::OnSingleRunStart(RunType run_type) { in OnSingleRunStart() function in tflite::benchmark::ProfilingListener
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/experimental/c/
H A Dbenchmark_c_api.cc78 void OnSingleRunStart(tflite::benchmark::RunType runType) override { in OnSingleRunStart() function in BenchmarkListenerAdapter