Home
last modified time | relevance | path

Searched defs:ker_x_end (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8.c190 const int ker_x_end = MIN(kernel_x, input_x - base_idx_x); in depthwise_conv_s8_generic() local
Darm_depthwise_conv_u8_basic_ver1.c176 const int ker_x_end = MIN(kernel_x, input_x - base_idx_x); in depthwise_conv_u8_generic() local