Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnn/
H A 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
H A DProfilingEvent.cpp79 const IProfiler* Event::GetProfiler() const in GetProfiler() function in armnn::Event
H A DLoadedNetwork.hpp87 …const std::shared_ptr<IProfiler>& GetProfiler() const { return m_OptimizedNetwork->GetProfiler(); } in GetProfiler() function in armnn::LoadedNetwork
H A DGraph.cpp656 const std::shared_ptr<IProfiler>& Graph::GetProfiler() const in GetProfiler() function in armnn::Graph
H A DProfiling.cpp605 IProfiler* ProfilerManager::GetProfiler() in GetProfiler() function in armnn::ProfilerManager
H A DNetwork.cpp691 const std::shared_ptr<IProfiler>& IOptimizedNetwork::GetProfiler() const in GetProfiler() function in armnn::IOptimizedNetwork
/aosp_15_r20/hardware/google/camera/common/hal/hwl_interface/
Dcamera_device_hwl.h121 virtual std::unique_ptr<google::camera_common::Profiler> GetProfiler( in GetProfiler() function
Dcamera_device_session_hwl.h191 virtual std::unique_ptr<google::camera_common::Profiler> GetProfiler( in GetProfiler() function
/aosp_15_r20/hardware/google/camera/common/hal/tests/
Dmock_device_hwl.h153 std::unique_ptr<google::camera_common::Profiler> GetProfiler( in GetProfiler() function
Dmock_device_session_hwl.cc291 FakeCameraDeviceSessionHwl::GetProfiler(uint32_t /* camera_id */, in GetProfiler() function in android::google_camera_hal::FakeCameraDeviceSessionHwl
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dinterpreter_experimental.cc134 Profiler* Interpreter::GetProfiler() { in GetProfiler() function in tflite::Interpreter
/aosp_15_r20/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
H A Darmnn_runtime.i297 armnn::IProfiler* GetProfiler(int networkId) { in GetProfiler() function
/aosp_15_r20/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device.cc506 std::unique_ptr<google::camera_common::Profiler> CameraDevice::GetProfiler( in GetProfiler() function in android::google_camera_hal::CameraDevice
Dcamera_device_session.cc1951 CameraDeviceSession::GetProfiler(uint32_t camera_id, int option) { in GetProfiler() function in android::google_camera_hal::CameraDeviceSession
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/
H A Dsubgraph.h329 Profiler* GetProfiler() { return profiler_.get(); } in GetProfiler() function