/cmsis-nn-latest/Source/NNSupportFunctions/ |
D | arm_q7_to_q15_with_offset.c | 76 const int32_t offset_q15x2 = PKHBT(offset, offset, 16); in arm_q7_to_q15_with_offset() 87 out_q15x2_1 = PKHBT(in_q15x2_2, in_q15x2_1, 16); in arm_q7_to_q15_with_offset()
|
D | arm_s8_to_s16_unordered_with_offset.c | 50 const int32_t offset_s16x2 = PKHBT(offset, offset, 16); in arm_s8_to_s16_unordered_with_offset()
|
D | arm_nn_vec_mat_mult_t_s8.c | 203 const uint32_t lhs_offset_s16x2 = PKHBT(lhs_offset_s16, lhs_offset_s16, 16); in arm_nn_vec_mat_mult_t_s8() 206 const uint32_t rhs_offset_s16x2 = PKHBT(rhs_offset_s16, rhs_offset_s16, 16); in arm_nn_vec_mat_mult_t_s8() 543 const uint32_t lhs_offset_s16x2 = PKHBT(lhs_offset_s16, lhs_offset_s16, 16); in arm_nn_vec_mat_mult_t_s8()
|
D | arm_nn_mat_mult_nt_t_s8_s32.c | 201 const uint32_t lhs_offset_s16x2 = PKHBT(lhs_offset_s16, lhs_offset_s16, 16); in arm_nn_mat_mult_nt_t_s8_s32()
|
D | arm_nn_vec_mat_mult_t_svdf_s8.c | 167 const uint32_t lhs_offset_s16x2 = PKHBT(lhs_offset_s16, lhs_offset_s16, 16); in arm_nn_vec_mat_mult_t_svdf_s8()
|
D | arm_nn_vec_mat_mult_t_s4.c | 78 const uint32_t lhs_offset_s16x2 = PKHBT(lhs_offset_s16, lhs_offset_s16, 16); in arm_nn_vec_mat_mult_t_s4()
|
D | arm_nn_mat_mult_nt_t_s4.c | 366 const uint32_t ui32_lhs_offset_i16x2 = PKHBT(i16_lhs_offset, i16_lhs_offset, 16); in arm_nn_mat_mult_nt_t_s4()
|
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_depthwise_conv_s4_opt.c | 357 op_c = PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s4_opt() 359 op_b = PKHBT(ip_b2, ip_a2, 16); in arm_depthwise_conv_s4_opt() 362 op_b = PKHBT(ip_b1, ip_a1, 16); in arm_depthwise_conv_s4_opt() 369 op_c = PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s4_opt() 557 op_c = PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s4_opt() 559 op_b = PKHBT(ip_b2, ip_a2, 16); in arm_depthwise_conv_s4_opt() 562 op_b = PKHBT(ip_b1, ip_a1, 16); in arm_depthwise_conv_s4_opt() 569 op_c = PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s4_opt()
|
D | arm_depthwise_conv_s8_opt.c | 311 op_c = PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s8_opt() 313 op_b = PKHBT(ip_b2, ip_a2, 16); in arm_depthwise_conv_s8_opt() 316 op_b = PKHBT(ip_b1, ip_a1, 16); in arm_depthwise_conv_s8_opt() 322 op_c = PKHBT(op_b, op_a, 16); in arm_depthwise_conv_s8_opt()
|
D | arm_depthwise_conv_fast_s16.c | 321 col_c = PKHBT(col_b, col_a, 16); in arm_depthwise_conv_fast_s16() 323 row_c = PKHBT(row_b2, row_a2, 16); in arm_depthwise_conv_fast_s16() 326 row_c = PKHBT(row_b1, row_a1, 16); in arm_depthwise_conv_fast_s16() 332 col_c = PKHBT(col_b, col_a, 16); in arm_depthwise_conv_fast_s16()
|
D | arm_depthwise_conv_3x3_s8.c | 120 const uint32_t lhs_offset_s16x2 = PKHBT(input_offset, input_offset, 16); in arm_depthwise_conv_3x3_s8()
|
/cmsis-nn-latest/Include/Internal/ |
D | arm_nn_compiler.h | 209 …#define PKHBT(ARG1, ARG2, ARG3) … macro 216 …#define PKHBT(ARG1, ARG2, ARG3) … macro
|
/cmsis-nn-latest/Include/ |
D | arm_nnsupportfunctions.h | 1046 *out1 = (int32_t)(PKHBT(inAbuf2, inAbuf1, 16)); in read_and_pad_s4_ordered() 1049 *out2 = (int32_t)(PKHBT(inAbuf2, inAbuf1, 16)); in read_and_pad_s4_ordered() 1064 *out1 = (int32_t)(PKHBT(inAbuf2, inAbuf1, 16)); in read_and_pad() 1067 *out2 = (int32_t)(PKHBT(inAbuf2, inAbuf1, 16)); in read_and_pad() 1084 *out1 = (int32_t)(PKHBT(inAbuf2, inAbuf1, 16)); in read_pad_and_add_s8() 1087 *out2 = (int32_t)(PKHBT(inAbuf2, inAbuf1, 16)); in read_pad_and_add_s8()
|