Searched refs:op_c (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/ |
| D | arm_depthwise_conv_s8_opt.c | 290 q31_t ip_a1, ip_a2, ip_b1, ip_b2, op_a, op_b, op_c; in arm_depthwise_conv_s8_opt() local 303 op_c = __PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s8_opt() 306 sum = __SMLAD(op_c, op_b, sum); in arm_depthwise_conv_s8_opt() 314 op_c = __PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s8_opt() 317 sum_3 = __SMLAD(op_c, op_b, sum_3); in arm_depthwise_conv_s8_opt()
|