Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuIm2ColKernel.cpp94 int input_stride_y, in linearize_volume_nchw()
191 int input_stride_y, in linearize_volume_nhwc()
265 const int input_stride_y = src->info()->strides_in_bytes().y(); in run_im2col() local
H A DCpuWeightsReshapeKernel.cpp119 const unsigned int input_stride_y = src->info()->strides_in_bytes().y(); in run_op() local
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/
H A DNEChannelShuffleLayerKernel.cpp101 const size_t input_stride_y = input->info()->strides_in_bytes().y(); in channel_shuffle_nchw() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/depthwiseconv2d/generic/neon/
H A Dimpl.cpp50 const size_t input_stride_y; member