Home
last modified time | relevance | path

Searched refs:CreateProfilingService (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DBackendProfilingTests.cpp204 …que_ptr<IProfilingService> profilingService = arm::pipe::IProfilingService::CreateProfilingService(
458 …que_ptr<IProfilingService> profilingService = arm::pipe::IProfilingService::CreateProfilingService(
519 …que_ptr<IProfilingService> profilingService = arm::pipe::IProfilingService::CreateProfilingService(
/aosp_15_r20/external/armnn/profiling/client/src/
H A DIProfilingService.cpp16 std::unique_ptr<IProfilingService> IProfilingService::CreateProfilingService( in CreateProfilingService() function in arm::pipe::IProfilingService
/aosp_15_r20/external/armnn/profiling/client/include/
H A DIProfilingService.hpp38 static std::unique_ptr<IProfilingService> CreateProfilingService(
/aosp_15_r20/external/armnn/src/armnn/
H A DRuntime.cpp326 m_ProfilingService = arm::pipe::IProfilingService::CreateProfilingService( in RuntimeImpl()