Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/cl/test/
H A DClCustomAllocatorTests.cpp29 class SampleClBackendCustomAllocator : public armnn::ICustomAllocator class
32 SampleClBackendCustomAllocator() = default;
116 auto customAllocator = std::make_shared<SampleClBackendCustomAllocator>();
184 auto customAllocator = std::make_shared<SampleClBackendCustomAllocator>();
212 auto customAllocator = std::make_shared<SampleClBackendCustomAllocator>();
/aosp_15_r20/external/armnn/samples/
H A DCustomMemoryAllocatorSample.cpp17 class SampleClBackendCustomAllocator : public armnn::ICustomAllocator class
20 SampleClBackendCustomAllocator() = default;
109 auto customAllocator = std::make_shared<SampleClBackendCustomAllocator>(); in main()