Home
last modified time | relevance | path

Searched refs:SetProfilingService (Results 1 – 3 of 3) sorted by relevance

/external/armnn/include/armnn/
DBackendRegistry.hpp47 void SetProfilingService(armnn::Optional<arm::pipe::IProfilingService&> profilingService);
/external/armnn/src/armnn/
DBackendRegistry.cpp107 void BackendRegistry::SetProfilingService(armnn::Optional<arm::pipe::IProfilingService&> profilingS… in SetProfilingService() function in armnn::BackendRegistry
DRuntime.cpp532 BackendRegistryInstance().SetProfilingService(*m_ProfilingService.get()); in RuntimeImpl()
594 BackendRegistryInstance().SetProfilingService(armnn::EmptyOptional()); in ~RuntimeImpl()