Home
last modified time | relevance | path

Searched refs:RuyProfileListener (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_tflite_model.cc64 class RuyProfileListener : public BenchmarkListener { class
74 void RuyProfileListener::OnBenchmarkStart(const BenchmarkParams& params) { in OnBenchmarkStart()
78 void RuyProfileListener::OnBenchmarkEnd(const BenchmarkResults& results) { in OnBenchmarkEnd()
730 ruy_profiling_listener_.reset(new RuyProfileListener()); in Init()