Searched refs:m_CustomMemoryAllocatorMap (Results 1 – 2 of 2) sorted by relevance
114 if (m_CustomMemoryAllocatorMap.find(id) != m_CustomMemoryAllocatorMap.end()) in RegisterAllocator()120 m_CustomMemoryAllocatorMap[id] = alloc; in RegisterAllocator()125 m_CustomMemoryAllocatorMap.erase(id); in DeregisterAllocator()130 return m_CustomMemoryAllocatorMap; in GetAllocators()
82 std::unordered_map<BackendId, std::shared_ptr<ICustomAllocator>> m_CustomMemoryAllocatorMap; member in armnn::BackendRegistry