Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 15 of 15) sorted by relevance

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_s8_to_s16_unordered_with_offset.c42 …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()
Darm_q7_to_q15_with_offset.c42 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()
Darm_nn_mat_mul_core_4x_s8.c48 const int32_t offset, in arm_nn_mat_mul_core_4x_s8()
Darm_nn_depthwise_conv_nt_t_padded_s8.c75 for (int i_loop_cnt = 0, offset = 0; i_loop_cnt < loop_count; in arm_nn_depthwise_conv_nt_t_padded_s8() local
Darm_nn_depthwise_conv_nt_t_s8.c66 for (int i_loop_cnt = 0, offset = 0; i_loop_cnt < loop_count; in arm_nn_depthwise_conv_nt_t_s8() local
Darm_nn_depthwise_conv_nt_t_s16.c64 for (int i_loop_cnt = 0, offset = 0; i_loop_cnt < loop_count; in arm_nn_depthwise_conv_nt_t_s16() local
Darm_nn_depthwise_conv_nt_t_s4.c70 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/
Darm_softmax_s16.c77 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/
Dlstm_s16.json474 "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 …]
Dlstm_s16_tm.json474 "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/
Darm_nn_mat_mult_s8.c76 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
Darm_nn_depthwise_conv_s8_core.c69 const int32_t offset = idx * 4; in arm_nn_depthwise_conv_s8_core() local
Darm_depthwise_conv_s8_opt.c169 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
Darm_depthwise_conv_fast_s16.c160 …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
Darm_depthwise_conv_s4_opt.c171 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