Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c290 q31_t ip_a1, ip_a2, ip_b1, ip_b2, op_a, op_b, op_c; in arm_depthwise_conv_s8_opt() local
295 op_b = arm_nn_read_q15x2(col_pos + input_ch); in arm_depthwise_conv_s8_opt()
303 op_c = __PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s8_opt()
304 op_a = __PKHTB(op_b, op_a, 16); in arm_depthwise_conv_s8_opt()
305 op_b = __PKHBT(ip_b2, ip_a2, 16); in arm_depthwise_conv_s8_opt()
306 sum = __SMLAD(op_c, op_b, sum); in arm_depthwise_conv_s8_opt()
308 op_b = __PKHBT(ip_b1, ip_a1, 16); in arm_depthwise_conv_s8_opt()
309 sum_2 = __SMLAD(op_a, op_b, sum_2); in arm_depthwise_conv_s8_opt()
312 op_b = arm_nn_read_q15x2(col_pos + input_ch + 2); in arm_depthwise_conv_s8_opt()
314 op_c = __PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s8_opt()
[all …]