Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/
H A Dbenchmark_tflite_model.cc86 void RuyProfileListener::OnBenchmarkStart(const BenchmarkParams& params) { in OnBenchmarkStart() function in tflite::benchmark::__anona6cc63380111::RuyProfileListener
99 void OnBenchmarkStart(const BenchmarkParams& params) override { in OnBenchmarkStart() function in tflite::benchmark::__anona6cc63380111::InterpreterStatePrinter
129 void OnBenchmarkStart(const BenchmarkParams& params) override { in OnBenchmarkStart() function in tflite::benchmark::__anona6cc63380111::OutputSaver
H A Dbenchmark_model.h103 virtual void OnBenchmarkStart(const BenchmarkParams& params) {} in OnBenchmarkStart() function
132 void OnBenchmarkStart(const BenchmarkParams& params) override { in OnBenchmarkStart() function
H A Dprofiling_listener.cc45 void ProfilingListener::OnBenchmarkStart(const BenchmarkParams& params) { in OnBenchmarkStart() function in tflite::benchmark::ProfilingListener
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/experimental/c/
H A Dbenchmark_c_api.cc71 void OnBenchmarkStart( in OnBenchmarkStart() function in BenchmarkListenerAdapter