Home
last modified time | relevance | path

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

/external/armnn/src/armnn/
DProfilingEvent.cpp79 const IProfiler* Event::GetProfiler() const in GetProfiler() function in armnn::Event
DLoadedNetwork.hpp87 …const std::shared_ptr<IProfiler>& GetProfiler() const { return m_OptimizedNetwork->GetProfiler(); } in GetProfiler() function in armnn::LoadedNetwork
DRuntime.cpp151 const std::shared_ptr<IProfiler> IRuntime::GetProfiler(NetworkId networkId) const in GetProfiler() function in armnn::IRuntime
290 const std::shared_ptr<IProfiler> RuntimeImpl::GetProfiler(NetworkId networkId) const in GetProfiler() function in armnn::RuntimeImpl
DGraph.cpp656 const std::shared_ptr<IProfiler>& Graph::GetProfiler() const in GetProfiler() function in armnn::Graph
DProfiling.cpp605 IProfiler* ProfilerManager::GetProfiler() in GetProfiler() function in armnn::ProfilerManager
DNetwork.cpp691 const std::shared_ptr<IProfiler>& IOptimizedNetwork::GetProfiler() const in GetProfiler() function in armnn::IOptimizedNetwork
/external/tensorflow/tensorflow/lite/
Dinterpreter_experimental.cc134 Profiler* Interpreter::GetProfiler() { in GetProfiler() function in tflite::Interpreter
/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
Darmnn_runtime.i297 armnn::IProfiler* GetProfiler(int networkId) { in GetProfiler() function
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h329 Profiler* GetProfiler() { return profiler_.get(); } in GetProfiler() function