Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/api/
Dprofiler.h141 class ScopedRuntimeInstrumentationProfile : public ScopedProfile {
143 ScopedRuntimeInstrumentationProfile(Profiler* profiler, const char* tag) in ScopedRuntimeInstrumentationProfile() function
155 ~ScopedRuntimeInstrumentationProfile() { in ~ScopedRuntimeInstrumentationProfile()
/external/tensorflow/tensorflow/lite/
Dinterpreter.cc282 ScopedRuntimeInstrumentationProfile scoped_runtime_event(installed_profiler_, in Invoke()