Searched defs:offset_first_element_in_bytes (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/core/CL/cl_kernels/ |
H A D | helpers.h | 918 …int offset_first_element_in_bytes; /**< The offset of the first element in the source … member 926 …int offset_first_element_in_bytes; /**< The offset of the first element in the source … member 935 …int offset_first_element_in_bytes; /**< The offset of the first element in the source … member 945 …int offset_first_element_in_bytes; /**< The offset of the first element in the source … member 961 inline Vector update_vector_workitem_ptr(__global uchar *ptr, uint offset_first_element_in_bytes, u… in update_vector_workitem_ptr() 984 inline Image update_image_workitem_ptr(__global uchar *ptr, uint offset_first_element_in_bytes, uin… in update_image_workitem_ptr() 1010 …date_image_from_tensor3D_workitem_ptr(__global uchar *ptr, uint offset_first_element_in_bytes, uin… in update_image_from_tensor3D_workitem_ptr() 1036 …Tensor3D update_tensor3D_workitem_ptr(__global uchar *ptr, uint offset_first_element_in_bytes, uin… in update_tensor3D_workitem_ptr() 1063 inline Tensor3D tensor3D_ptr_no_update(__global uchar *ptr, uint offset_first_element_in_bytes, uin… in tensor3D_ptr_no_update() 1076 …Tensor4D update_tensor4D_workitem_ptr(__global uchar *ptr, uint offset_first_element_in_bytes, uin… in update_tensor4D_workitem_ptr()
|
/aosp_15_r20/external/ComputeLibrary/src/core/ |
H A D | TensorInfo.cpp | 141 const Strides &strides_in_bytes, size_t offset_first_element_in_bytes, in init() 169 const Strides &strides_in_bytes, size_t offset_first_element_in_bytes, in init()
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/ |
H A D | TensorInfo.h | 219 size_t offset_first_element_in_bytes() const override in offset_first_element_in_bytes() function
|
H A D | SubTensorInfo.h | 140 size_t offset_first_element_in_bytes() const override in offset_first_element_in_bytes() function
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | ConvolutionLayerFixture.h | 444 const size_t offset_first_element_in_bytes = tensor_info.offset_first_element_in_bytes(); in prepare_weights() local
|