Searched refs:ip_a2 (Results 1 – 2 of 2) sorted by relevance
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_depthwise_conv_s4_opt.c | 348 int32_t ip_a1, ip_a2, ip_b1, ip_b2, op_a, op_b, op_c; in arm_depthwise_conv_s4_opt() local 351 read_and_pad_s4(row_pos, &ip_a2, &ip_b1); in arm_depthwise_conv_s4_opt() 359 op_b = PKHBT(ip_b2, ip_a2, 16); in arm_depthwise_conv_s4_opt() 371 op_b = PKHTB(ip_a2, ip_b2, 16); in arm_depthwise_conv_s4_opt() 548 int32_t ip_a1, ip_a2, ip_b1, ip_b2, op_a, op_b, op_c; in arm_depthwise_conv_s4_opt() local 551 read_and_pad_s4(row_pos, &ip_a2, &ip_b1); in arm_depthwise_conv_s4_opt() 559 op_b = PKHBT(ip_b2, ip_a2, 16); in arm_depthwise_conv_s4_opt() 571 op_b = PKHTB(ip_a2, ip_b2, 16); in arm_depthwise_conv_s4_opt()
|
D | arm_depthwise_conv_s8_opt.c | 298 int32_t ip_a1, ip_a2, ip_b1, ip_b2, op_a, op_b, op_c; in arm_depthwise_conv_s8_opt() local 305 ip_a2 = SXTB16(ip_b1); in arm_depthwise_conv_s8_opt() 313 op_b = PKHBT(ip_b2, ip_a2, 16); in arm_depthwise_conv_s8_opt() 324 op_b = PKHTB(ip_a2, ip_b2, 16); in arm_depthwise_conv_s8_opt()
|