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