Home
last modified time | relevance | path

Searched defs:input_stride_z (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuIm2ColKernel.cpp95 int input_stride_z, in linearize_volume_nchw()
192 int input_stride_z, in linearize_volume_nhwc()
266 const int input_stride_z = src->info()->strides_in_bytes().z(); in run_im2col() local
H A DCpuWeightsReshapeKernel.cpp120 const unsigned int input_stride_z = src->info()->strides_in_bytes().z(); in run_op() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/depthwiseconv2d/generic/neon/
H A Dimpl.cpp51 const size_t input_stride_z; member