Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s4_opt.c378 int8_t ker0, ker1, ker2, ker3, ker00, ker11; in arm_depthwise_conv_s4_opt()
382 ker0 = (int8_t)(ker00 << 4) >> 4; in arm_depthwise_conv_s4_opt()
387 sum += ker0 * col_pos[0]; in arm_depthwise_conv_s4_opt()
393 ker0 = row_pos[0 + (input_ch >> 1)] >> 4; in arm_depthwise_conv_s4_opt()
398 sum += ker0 * col_pos[0 + input_ch]; in arm_depthwise_conv_s4_opt()
414 int8_t ker0, ker1, ker2, ker3, ker00, ker11; in arm_depthwise_conv_s4_opt() local
419 ker0 = (int8_t)(ker00 << 4) >> 4; in arm_depthwise_conv_s4_opt()
425 sum += ker0 * col_pos[0]; in arm_depthwise_conv_s4_opt()
589 int8_t ker0, ker1, ker2, ker3, ker00, ker11; in arm_depthwise_conv_s4_opt() local
594 ker0 = (int8_t)(ker00 << 4) >> 4; in arm_depthwise_conv_s4_opt()
[all …]