Home
last modified time | relevance | path

Searched refs:offset_to_first_elements_in_bytes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClDepthConcatenateKernel.cpp128 … const int offset_to_first_elements_in_bytes = _depth_offset * dst->info()->strides_in_bytes()[2]; in run_op() local
131 _kernel.setArg<cl_int>(idx, offset_to_first_elements_in_bytes); in run_op()
H A DClBatchConcatenateKernel.cpp142 … const int offset_to_first_elements_in_bytes = _batch_offset * dst->info()->strides_in_bytes()[3]; in run_op() local
145 _kernel.setArg<cl_int>(idx, offset_to_first_elements_in_bytes); in run_op()