Lines Matching refs:CLTensorAllocator
33 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()
194 uint8_t *CLTensorAllocator::lock() in lock()
206 void CLTensorAllocator::unlock() in unlock()
220 uint8_t *CLTensorAllocator::map(cl::CommandQueue &q, bool blocking) in map()
230 void CLTensorAllocator::unmap(cl::CommandQueue &q, uint8_t *mapping) in unmap()