Home
last modified time | relevance | path

Searched defs:GetProfiler (Results 1 – 7 of 7) sorted by relevance

/external/armnn/src/armnn/
DLoadedNetwork.hpp53 const std::shared_ptr<Profiler>& GetProfiler() const { return m_Profiler; } in GetProfiler() function in armnn::LoadedNetwork
DProfilingEvent.cpp72 const Profiler* Event::GetProfiler() const in GetProfiler() function in armnn::Event
DRuntime.cpp158 const std::shared_ptr<IProfiler> Runtime::GetProfiler(NetworkId networkId) const in GetProfiler() function in armnn::Runtime
DProfiling.cpp498 Profiler* ProfilerManager::GetProfiler() in GetProfiler() function in armnn::ProfilerManager
/external/tensorflow/tensorflow/lite/
Dinterpreter_experimental.cc157 Profiler* Interpreter::GetProfiler() { in GetProfiler() function in tflite::Interpreter
/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
Darmnn_runtime.i278 armnn::IProfiler* GetProfiler(int networkId) { in GetProfiler() function
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h322 Profiler* GetProfiler() { return profiler_.get(); } in GetProfiler() function