Home
last modified time | relevance | path

Searched defs:GetDefaultAllocator (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/reference/
H A DRefBackend.cpp152 std::unique_ptr<ICustomAllocator> RefBackend::GetDefaultAllocator() const in GetDefaultAllocator() function in armnn::RefBackend
/aosp_15_r20/external/armnn/include/armnn/backends/
H A DIBackendInternal.hpp201 virtual std::unique_ptr<ICustomAllocator> GetDefaultAllocator() const in GetDefaultAllocator() function in armnn::IBackendInternal
/aosp_15_r20/external/armnn/src/backends/tosaReference/
H A DTosaRefBackend.cpp184 std::unique_ptr<ICustomAllocator> TosaRefBackend::GetDefaultAllocator() const in GetDefaultAllocator() function in armnn::TosaRefBackend
/aosp_15_r20/external/armnn/src/armnnTestUtils/
H A DMockBackend.cpp301 std::unique_ptr<ICustomAllocator> MockBackend::GetDefaultAllocator() const in GetDefaultAllocator() function in armnn::MockBackend
/aosp_15_r20/external/armnn/src/backends/neon/
H A DNeonBackend.cpp541 std::unique_ptr<ICustomAllocator> NeonBackend::GetDefaultAllocator() const in GetDefaultAllocator() function in armnn::NeonBackend
/aosp_15_r20/external/armnn/src/backends/cl/
H A DClBackend.cpp271 std::unique_ptr<ICustomAllocator> ClBackend::GetDefaultAllocator() const in GetDefaultAllocator() function in armnn::ClBackend
/aosp_15_r20/frameworks/native/vulkan/libvulkan/
H A Ddriver.cpp919 const VkAllocationCallbacks& GetDefaultAllocator() { in GetDefaultAllocator() function