Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/profiling/
Dprofile_summarizer_test.cc113 interpreter->SetProfiler(&profiler); in TEST()
134 interpreter->SetProfiler(&profiler); in TEST()
175 interpreter_->SetProfiler(&profiler); in TEST_F()
202 interpreter_->SetProfiler(&profiler); in TEST_F()
/external/tensorflow/tensorflow/lite/
Dinterpreter.cc446 void Interpreter::SetProfiler(Profiler* profiler) { in SetProfiler() function in tflite::Interpreter
454 void Interpreter::SetProfiler(std::unique_ptr<Profiler> profiler) { in SetProfiler() function in tflite::Interpreter
463 subgraphs_[subgraph_index]->SetProfiler(installed_profiler_, in SetSubgraphProfiler()
Dinterpreter.h550 void SetProfiler(Profiler* profiler);
555 void SetProfiler(std::unique_ptr<Profiler> profiler);
Dinterpreter_builder.cc729 (*interpreter)->SetProfiler(tflite::profiling::MaybeCreatePlatformProfiler()); in operator ()()
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dprofiling_listener.cc35 interpreter_->SetProfiler(&profiler_); in ProfilingListener()
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h305 void SetProfiler(Profiler* profiler, int associated_subgraph_idx) { in SetProfiler() function
/external/tensorflow/tensorflow/lite/examples/label_image/
Dlabel_image.cc347 interpreter->SetProfiler(profiler.get()); in RunInference()