Searched refs:ClBackendCustomAllocatorWrapper (Results 1 – 1 of 1) sorted by relevance
105 m_CustomAllocator = std::make_shared<ClBackendCustomAllocatorWrapper>(std::move(allocator)); in UseCustomMemoryAllocator()113 class ClBackendCustomAllocatorWrapper : public arm_compute::IAllocator class in armnn::ClBackend116 …ClBackendCustomAllocatorWrapper(std::shared_ptr<ICustomAllocator> alloc) : m_CustomAllocator(alloc) in ClBackendCustomAllocatorWrapper() function in armnn::ClBackend::ClBackendCustomAllocatorWrapper299 std::shared_ptr<ClBackendCustomAllocatorWrapper> m_CustomAllocator;