Home
last modified time | relevance | path

Searched defs:in_ptr_row (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/tests/validation/reference/
DGather.cpp88 const auto in_ptr_row = src(src_offset); in gather() local
/external/ComputeLibrary/src/cpu/kernels/directconv2d/nhwc/neon/
Dimpl.cpp151 …const T *in_ptr_row = reinterpret_cast<const T *>(src->buffer() + src->info()->offset_first_elemen… in convolve_nhwc() local
217 const T *const in_ptr_row = in_ptr_start + index_in_h * input_stride_h; in convolve_nhwc() local
/external/ComputeLibrary/src/core/NEON/kernels/
DNEGatherKernel.cpp119 const auto in_ptr_row = _input->ptr_to_element(src_offset); in gather_multiindices_1_axis() local
/external/ComputeLibrary/src/cpu/kernels/directconv2d/nchw/
Dall.cpp143 const T *in_ptr_row = in_ptr_row_0 + index_in_h * input_stride_h; in convolve_nchw() local