Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/cl/
H A DClBackend.cpp53 if (m_UsingCustomAllocator) in CreateMemoryManager()
78 if (m_UsingCustomAllocator) in CreateWorkloadFactory()
106 if (m_UsingCustomAllocator) in CreateWorkloadFactory()
146 if (m_UsingCustomAllocator) in CreateWorkloadFactory()
179 if (m_UsingCustomAllocator) in RegisterTensorHandleFactories()
215 if (m_UsingCustomAllocator) in RegisterTensorHandleFactories()
H A DClBackend.hpp106 m_UsingCustomAllocator = true; in UseCustomMemoryAllocator()
107 return m_UsingCustomAllocator; in UseCustomMemoryAllocator()
300 bool m_UsingCustomAllocator = false; member in armnn::ClBackend