Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_nn_mat_mult_kernel_row_offset_s8_s16.c71 const int8_t *ip_a1 = ip_a0 + num_col_a; in arm_nn_mat_mult_kernel_row_offset_s8_s16() local
96 ip_a1 = read_and_pad_reordered(ip_a1, &a11, &a12); in arm_nn_mat_mult_kernel_row_offset_s8_s16()
123 int8_t a1 = *ip_a1++; in arm_nn_mat_mult_kernel_row_offset_s8_s16()
Darm_nn_mat_mult_kernel_s8_s16.c68 const int8_t *ip_a1 = ip_a0 + num_col_a; in arm_nn_mat_mult_kernel_s8_s16() local
93 ip_a1 = read_and_pad_reordered(ip_a1, &a11, &a12); in arm_nn_mat_mult_kernel_s8_s16()
118 int8_t a1 = *ip_a1++; in arm_nn_mat_mult_kernel_s8_s16()
Darm_depthwise_conv_s8_opt.c298 int32_t ip_a1, ip_a2, ip_b1, ip_b2, op_a, op_b, op_c; in arm_depthwise_conv_s8_opt() local
301 ip_a1 = arm_nn_read_s8x4(row_pos + input_ch); in arm_depthwise_conv_s8_opt()
308 ip_b2 = SXTB16(ip_a1); in arm_depthwise_conv_s8_opt()
309 ip_a1 = SXTB16(ROR(ip_a1, 8)); in arm_depthwise_conv_s8_opt()
316 op_b = PKHBT(ip_b1, ip_a1, 16); in arm_depthwise_conv_s8_opt()
327 op_b = PKHTB(ip_a1, ip_b1, 16); in arm_depthwise_conv_s8_opt()
Darm_nn_mat_mult_kernel_s16.c80 const int8_t *ip_a1 = ip_a0 + num_col_a; in arm_nn_mat_mult_kernel_s16() local
99 ip_a1 = read_and_pad(ip_a1, &a11, &a12); in arm_nn_mat_mult_kernel_s16()
125 int8_t a1 = *ip_a1++; in arm_nn_mat_mult_kernel_s16()
185 int8_t a1 = *ip_a1++; in arm_nn_mat_mult_kernel_s16()
Darm_depthwise_conv_s4_opt.c348 int32_t ip_a1, ip_a2, ip_b1, ip_b2, op_a, op_b, op_c; in arm_depthwise_conv_s4_opt() local
352 read_and_pad_s4_uneven(row_pos + (input_ch >> 1), &ip_a1, &ip_b2); in arm_depthwise_conv_s4_opt()
362 op_b = PKHBT(ip_b1, ip_a1, 16); in arm_depthwise_conv_s4_opt()
374 op_b = PKHTB(ip_a1, ip_b1, 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
552 read_and_pad_s4(row_pos + (input_ch >> 1), &ip_b2, &ip_a1); in arm_depthwise_conv_s4_opt()
562 op_b = PKHBT(ip_b1, ip_a1, 16); in arm_depthwise_conv_s4_opt()
574 op_b = PKHTB(ip_a1, ip_b1, 16); in arm_depthwise_conv_s4_opt()