MCPcopy Create free account
hub / github.com/ARM-software/armnn / SetProfilingService

Method SetProfilingService

src/armnn/BackendRegistry.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void BackendRegistry::SetProfilingService(armnn::Optional<arm::pipe::IProfilingService&> profilingService)
108{
109 m_ProfilingService = profilingService;
110}
111
112void BackendRegistry::RegisterAllocator(const BackendId& id, std::shared_ptr<ICustomAllocator> alloc)
113{

Callers 2

RuntimeImplMethod · 0.80
~RuntimeImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected