Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s4_opt.c481 int8_t rhs0; in arm_depthwise_conv_s4_opt() local
486 rhs0 = (int8_t)(rhs << 4) >> 4; in arm_depthwise_conv_s4_opt()
491 rhs0 = rhs >> 4; in arm_depthwise_conv_s4_opt()
496 sum += rhs0 * lhs0; in arm_depthwise_conv_s4_opt()