Searched refs:CLTensorAllocator (Results 1 – 8 of 8) sorted by relevance
43 class CLTensorAllocator : public ITensorAllocator51 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;
68 CLTensorAllocator *allocator();99 mutable CLTensorAllocator _allocator; /**< Instance of the OpenCL tensor allocator */
33 const cl::Buffer CLTensorAllocator::_empty_buffer = cl::Buffer();107 CLTensorAllocator::CLTensorAllocator(IMemoryManageable *owner, CLRuntimeContext *ctx) in CLTensorAllocator() function in arm_compute::CLTensorAllocator112 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 …]
61 CLTensorAllocator *CLTensor::allocator() in allocator()
138 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()
91 arm_compute::CLTensorAllocator::set_global_allocator(alloc.get()); in ClMemoryManager()
328 The implemented @ref TensorAllocator and @ref CLTensorAllocator objects provide an interface capabl…
668 "src/runtime/CL/CLTensorAllocator.cpp",