Home
last modified time | relevance | path

Searched refs:input_slice (Results 1 – 2 of 2) sorted by relevance

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c111 const int8_t *input_slice = input + (i_ch * CH_IN_BLOCK_MVE); in arm_depthwise_conv_s8_opt() local
128 input_slice + (i_ker_y * input_x + i_ker_x) * input_ch, in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_s4_opt.c112 const int8_t *input_slice = input + (i_ch * S4_CH_IN_BLOCK_MVE); in arm_depthwise_conv_s4_opt() local
129 input_slice + (i_ker_y * input_x + i_ker_x) * input_ch, in arm_depthwise_conv_s4_opt()