/cmsis-nn-latest/Source/NNSupportFunctions/ |
D | arm_s8_to_s16_unordered_with_offset.c | 42 …8_to_s16_unordered_with_offset(const int8_t *src, int16_t *dst, int32_t block_size, int16_t offset) in arm_s8_to_s16_unordered_with_offset()
|
D | arm_q7_to_q15_with_offset.c | 42 void arm_q7_to_q15_with_offset(const int8_t *src, int16_t *dst, int32_t block_size, int16_t offset) in arm_q7_to_q15_with_offset()
|
D | arm_nn_mat_mul_core_4x_s8.c | 48 const int32_t offset, in arm_nn_mat_mul_core_4x_s8()
|
D | arm_nn_depthwise_conv_nt_t_padded_s8.c | 75 for (int i_loop_cnt = 0, offset = 0; i_loop_cnt < loop_count; in arm_nn_depthwise_conv_nt_t_padded_s8() local
|
D | arm_nn_depthwise_conv_nt_t_s8.c | 66 for (int i_loop_cnt = 0, offset = 0; i_loop_cnt < loop_count; in arm_nn_depthwise_conv_nt_t_s8() local
|
D | arm_nn_depthwise_conv_nt_t_s16.c | 64 for (int i_loop_cnt = 0, offset = 0; i_loop_cnt < loop_count; in arm_nn_depthwise_conv_nt_t_s16() local
|
D | arm_nn_depthwise_conv_nt_t_s4.c | 70 for (int i_loop_cnt = 0, offset = 0; i_loop_cnt < loop_count; in arm_nn_depthwise_conv_nt_t_s4() local
|
/cmsis-nn-latest/Source/SoftmaxFunctions/ |
D | arm_softmax_s16.c | 77 const int16_t offset = saturated_symmetric_scaled_diff & 0x7f; in arm_softmax_s16() local 99 const int16_t offset = symmetric_shifted_sum & 0x7f; in arm_softmax_s16() local
|
/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/JsonTemplates/ |
D | lstm_s16.json | 474 "offset": 0, number 478 "offset": 0, number 485 "offset": 0, number 492 "offset": 0, number 499 "offset": 0, number 506 "offset": 0, number 513 "offset": 0, number 520 "offset": 0, number 527 "offset": 0, number 534 "offset": 0, number [all …]
|
D | lstm_s16_tm.json | 474 "offset": 0, number 478 "offset": 0, number 485 "offset": 0, number 492 "offset": 0, number 499 "offset": 0, number 506 "offset": 0, number 513 "offset": 0, number 520 "offset": 0, number 527 "offset": 0, number 534 "offset": 0, number [all …]
|
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_nn_mat_mult_s8.c | 76 const int16x8_t offset = vdupq_x_n_s16(col_offset, p); in arm_nn_mat_mult_s8() local 136 const int16x8_t offset = vdupq_x_n_s16(col_offset, p); in arm_nn_mat_mult_s8() local
|
D | arm_nn_depthwise_conv_s8_core.c | 69 const int32_t offset = idx * 4; in arm_nn_depthwise_conv_s8_core() local
|
D | arm_depthwise_conv_s8_opt.c | 169 for (int i_loop_cnt = 0, offset = i_ch * CH_IN_BLOCK_MVE; i_loop_cnt < loop_count; in arm_depthwise_conv_s8_opt() local
|
D | arm_depthwise_conv_fast_s16.c | 160 …for (int i_loop_cnt = 0, offset = 0; i_loop_cnt < loop_count; num_ch_to_process -= 4, offset += 4,… in arm_depthwise_conv_fast_s16() local
|
D | arm_depthwise_conv_s4_opt.c | 171 for (int i_loop_cnt = 0, offset = i_ch * S4_CH_IN_BLOCK_MVE; i_loop_cnt < loop_count; in arm_depthwise_conv_s4_opt() local
|