Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/cl/
H A DClBackend.hpp105 m_CustomAllocator = std::make_shared<ClBackendCustomAllocatorWrapper>(std::move(allocator)); in UseCustomMemoryAllocator()
113 class ClBackendCustomAllocatorWrapper : public arm_compute::IAllocator class in armnn::ClBackend
116ClBackendCustomAllocatorWrapper(std::shared_ptr<ICustomAllocator> alloc) : m_CustomAllocator(alloc) in ClBackendCustomAllocatorWrapper() function in armnn::ClBackend::ClBackendCustomAllocatorWrapper
299 std::shared_ptr<ClBackendCustomAllocatorWrapper> m_CustomAllocator;