Searched defs:offset_first_element_in_bytes (Results 1 – 5 of 5) sorted by relevance
/external/ComputeLibrary/src/core/GLES_COMPUTE/cs_shaders/ |
D | helpers_cs.h | 42 …uint offset_first_element_in_bytes; /**< The offset of the first element in the vector (in bytes) … member 52 …uint offset_first_element_in_bytes; /**< The offset of the first element in the image (in bytes) */ member 66 …uint offset_first_element_in_bytes; /**< The offset of the first element in the tensor (in bytes) … member 135 VectorIterator update_vector_iter_offset(uint element_shift, uint offset_first_element_in_bytes, ui… in update_vector_iter_offset() 156 ImageIterator update_image_iter_offset(uint element_shift, uint offset_first_element_in_bytes, uint… in update_image_iter_offset() 180 Tensor3DIterator update_tensor3D_iter_offset(uint element_shift, uint offset_first_element_in_bytes… in update_tensor3D_iter_offset() 205 …update_image_from_tensor3D_iter_offset(uint element_shift, uint offset_first_element_in_bytes, uin… in update_image_from_tensor3D_iter_offset()
|
/external/ComputeLibrary/src/core/CL/cl_kernels/ |
D | helpers.h | 633 …int offset_first_element_in_bytes; /**< The offset of the first element in the source … member 641 …int offset_first_element_in_bytes; /**< The offset of the first element in the source … member 650 …int offset_first_element_in_bytes; /**< The offset of the first element in the source … member 660 …int offset_first_element_in_bytes; /**< The offset of the first element in the source … member 676 inline Vector update_vector_workitem_ptr(__global uchar *ptr, uint offset_first_element_in_bytes, u… in update_vector_workitem_ptr() 699 inline Image update_image_workitem_ptr(__global uchar *ptr, uint offset_first_element_in_bytes, uin… in update_image_workitem_ptr() 725 …date_image_from_tensor3D_workitem_ptr(__global uchar *ptr, uint offset_first_element_in_bytes, uin… in update_image_from_tensor3D_workitem_ptr() 751 …Tensor3D update_tensor3D_workitem_ptr(__global uchar *ptr, uint offset_first_element_in_bytes, uin… in update_tensor3D_workitem_ptr() 778 inline Tensor3D tensor3D_ptr_no_update(__global uchar *ptr, uint offset_first_element_in_bytes, uin… in tensor3D_ptr_no_update() 791 …Tensor4D update_tensor4D_workitem_ptr(__global uchar *ptr, uint offset_first_element_in_bytes, uin… in update_tensor4D_workitem_ptr()
|
/external/ComputeLibrary/src/core/ |
D | TensorInfo.cpp | 124 const Strides &strides_in_bytes, size_t offset_first_element_in_bytes, in init() 152 const Strides &strides_in_bytes, size_t offset_first_element_in_bytes, in init()
|
/external/ComputeLibrary/arm_compute/core/ |
D | TensorInfo.h | 244 size_t offset_first_element_in_bytes() const override in offset_first_element_in_bytes() function
|
D | SubTensorInfo.h | 133 size_t offset_first_element_in_bytes() const override in offset_first_element_in_bytes() function
|