Home
last modified time | relevance | path

Searched refs:m_CustomMemoryAllocatorMap (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/src/armnn/
H A DBackendRegistry.cpp114 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()
/aosp_15_r20/external/armnn/include/armnn/
H A DBackendRegistry.hpp82 std::unordered_map<BackendId, std::shared_ptr<ICustomAllocator>> m_CustomMemoryAllocatorMap; member in armnn::BackendRegistry