Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/api/
Dprofiler.h172 class ScopedRuntimeInstrumentationProfile {
174 ScopedRuntimeInstrumentationProfile(Profiler* profiler, const char* tag) in ScopedRuntimeInstrumentationProfile() function
190 ~ScopedRuntimeInstrumentationProfile() { in ~ScopedRuntimeInstrumentationProfile()
/external/tensorflow/tensorflow/lite/
Dinterpreter.cc222 ScopedRuntimeInstrumentationProfile scoped_runtime_event(root_profiler_.get(), in Invoke()