Home
last modified time | relevance | path

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

/external/ComputeLibrary/arm_compute/runtime/CL/
DCLTensorAllocator.h43 class CLTensorAllocator : public ITensorAllocator
51 CLTensorAllocator(IMemoryManageable *owner = nullptr, CLRuntimeContext *ctx = nullptr);
53 CLTensorAllocator(const CLTensorAllocator &) = delete;
55 CLTensorAllocator &operator=(const CLTensorAllocator &) = delete;
57 CLTensorAllocator(CLTensorAllocator &&) = default;
59 CLTensorAllocator &operator=(CLTensorAllocator &&) = default;
DCLTensor.h68 CLTensorAllocator *allocator();
99 mutable CLTensorAllocator _allocator; /**< Instance of the OpenCL tensor allocator */
/external/ComputeLibrary/src/runtime/CL/
DCLTensorAllocator.cpp33 const cl::Buffer CLTensorAllocator::_empty_buffer = cl::Buffer();
107 CLTensorAllocator::CLTensorAllocator(IMemoryManageable *owner, CLRuntimeContext *ctx) in CLTensorAllocator() function in arm_compute::CLTensorAllocator
112 CLQuantization CLTensorAllocator::quantization() const in quantization()
117 uint8_t *CLTensorAllocator::data() in data()
122 const cl::Buffer &CLTensorAllocator::cl_data() const in cl_data()
127 void CLTensorAllocator::allocate() in allocate()
159 void CLTensorAllocator::free() in free()
167 Status CLTensorAllocator::import_memory(cl::Buffer buffer) in import_memory()
180 void CLTensorAllocator::set_associated_memory_group(IMemoryGroup *associated_memory_group) in set_associated_memory_group()
189 void CLTensorAllocator::set_global_allocator(IAllocator *allocator) in set_global_allocator()
[all …]
DCLTensor.cpp61 CLTensorAllocator *CLTensor::allocator() in allocator()
/external/ComputeLibrary/tests/validation/CL/UNIT/
DTensorAllocator.cpp138 CLTensorAllocator::set_global_allocator(&global_tensor_alloc); in TEST_SUITE()
147 CLTensorAllocator::set_global_allocator(nullptr); in TEST_SUITE()
158 CLTensorAllocator::set_global_allocator(&global_tensor_alloc); in TEST_CASE()
167 CLTensorAllocator::set_global_allocator(nullptr); in TEST_CASE()
/external/armnn/src/backends/aclCommon/
DBaseMemoryManager.hpp91 arm_compute::CLTensorAllocator::set_global_allocator(alloc.get()); in ClMemoryManager()
/external/ComputeLibrary/docs/user_guide/
Dlibrary.dox328 The implemented @ref TensorAllocator and @ref CLTensorAllocator objects provide an interface capabl…
/external/ComputeLibrary/
DAndroid.bp668 "src/runtime/CL/CLTensorAllocator.cpp",