Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_tflite_model.h33 explicit ProfilingListener() : interpreter_(nullptr), has_profiles_(false) {} in ProfilingListener()
47 bool has_profiles_; variable
Dbenchmark_tflite_model.cc57 if (has_profiles_) { in OnBenchmarkEnd()
65 has_profiles_ = !profile_events.empty(); in OnSingleRunEnd()