Home
last modified time | relevance | path

Searched defs:n_stride (Results 1 – 5 of 5) sorted by relevance

/external/ComputeLibrary/src/cpu/kernels/pool3d/neon/
Dquantized.h76 const int n_stride = static_cast<int>(src->info()->strides_in_bytes()[4]); in avg_poolingMxNxD_q8_neon_ndhwc() local
257 const int n_stride = static_cast<int>(src->info()->strides_in_bytes()[4]); in max_poolingMxNxD_q8_neon_ndhwc() local
Dimpl.cpp66 const int n_stride = static_cast<int>(src->info()->strides_in_bytes()[4]); in max_poolingMxNxD_fp_neon_ndhwc() local
178 const int n_stride = static_cast<int>(src->info()->strides_in_bytes()[4]); in avg_poolingMxNxD_fp_neon_ndhwc() local
305 const int n_stride = static_cast<int>(src->info()->strides_in_bytes()[4]); in l2_poolingMxNxD_fp_neon_ndhwc() local
/external/XNNPACK/src/operators/
Dfully-connected-nc.c118 const size_t n_stride = round_up(output_channels, nr); in create_fully_connected_nc() local
Ddeconvolution-nhwc.c158 const uint32_t n_stride = round_up(group_output_channels, nr); in create_deconvolution2d_nhwc() local
Dconvolution-nhwc.c496 const size_t n_stride = round_up(group_output_channels, nr); in create_convolution2d_nhwc() local