Searched refs:CLSubTensor (Results 1 – 7 of 7) sorted by relevance
/external/ComputeLibrary/arm_compute/runtime/CL/ |
D | CLSubTensor.h | 37 class CLSubTensor : public ICLTensor 41 CLSubTensor(); 49 …CLSubTensor(ICLTensor *parent, const TensorShape &tensor_shape, const Coordinates &coords, bool ex… 51 ~CLSubTensor() = default; 53 CLSubTensor(const CLSubTensor &) = delete; 55 CLSubTensor &operator=(const CLSubTensor &) = delete; 57 CLSubTensor(CLSubTensor &&) = default; 59 CLSubTensor &operator=(CLSubTensor &&) = default;
|
/external/ComputeLibrary/src/runtime/CL/ |
D | CLSubTensor.cpp | 32 CLSubTensor::CLSubTensor() in CLSubTensor() function in CLSubTensor 37 CLSubTensor::CLSubTensor(ICLTensor *parent, const TensorShape &tensor_shape, const Coordinates &coo… in CLSubTensor() function in CLSubTensor 45 ITensorInfo *CLSubTensor::info() const in info() 50 ITensorInfo *CLSubTensor::info() in info() 55 const cl::Buffer &CLSubTensor::cl_buffer() const in cl_buffer() 61 CLQuantization CLSubTensor::quantization() const in quantization() 66 ICLTensor *CLSubTensor::parent() in parent() 71 void CLSubTensor::map(bool blocking) in map() 76 void CLSubTensor::unmap() in unmap() 81 uint8_t *CLSubTensor::do_map(cl::CommandQueue &q, bool blocking) in do_map() [all …]
|
/external/armnn/src/backends/cl/ |
D | ClTensorHandle.hpp | 185 arm_compute::CLSubTensor& GetTensor() override { return m_Tensor; } in GetTensor() 186 arm_compute::CLSubTensor const& GetTensor() const override { return m_Tensor; } in GetTensor() 193 const_cast<arm_compute::CLSubTensor*>(&m_Tensor)->map(blocking); in Map() 196 … virtual void Unmap() const override { const_cast<arm_compute::CLSubTensor*>(&m_Tensor)->unmap(); } in Unmap() 300 mutable arm_compute::CLSubTensor m_Tensor;
|
/external/ComputeLibrary/arm_compute/graph/backends/CL/ |
D | CLSubTensorHandle.h | 74 arm_compute::CLSubTensor _sub_tensor; /**< Backend Sub-Tensor */
|
/external/ComputeLibrary/src/graph/backends/CL/ |
D | CLSubTensorHandle.cpp | 39 _sub_tensor = arm_compute::CLSubTensor(parent_tensor, shape, coords, extend_parent); in CLSubTensorHandle()
|
/external/ComputeLibrary/docs/ |
D | 01_library.dox | 367 … concrete classes for different targets are currently supported : @ref CLSubTensor and @ref SubTen…
|
/external/ComputeLibrary/ |
D | Android.bp | 304 "src/runtime/CL/CLSubTensor.cpp",
|