Home
last modified time | relevance | path

Searched refs:arm_nn_read_s8x4 (Results 1 – 7 of 7) sorted by relevance

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_3x3_s8.c131 in_val = arm_nn_read_s8x4(input_ptr); in arm_depthwise_conv_3x3_s8()
132 ker_val = arm_nn_read_s8x4(kernel_ptr); in arm_depthwise_conv_3x3_s8()
145 in_val = arm_nn_read_s8x4(input_ptr + input_ch); in arm_depthwise_conv_3x3_s8()
146 ker_val = arm_nn_read_s8x4(kernel_ptr + input_ch); in arm_depthwise_conv_3x3_s8()
159 in_val = arm_nn_read_s8x4(input_ptr + (input_ch << 1)); in arm_depthwise_conv_3x3_s8()
160 ker_val = arm_nn_read_s8x4(kernel_ptr + (input_ch << 1)); in arm_depthwise_conv_3x3_s8()
185 in_val = arm_nn_read_s8x4(input_ptr); in arm_depthwise_conv_3x3_s8()
186 ker_val = arm_nn_read_s8x4(kernel_ptr); in arm_depthwise_conv_3x3_s8()
193 in_val = arm_nn_read_s8x4(input_ptr + input_ch); in arm_depthwise_conv_3x3_s8()
194 ker_val = arm_nn_read_s8x4(kernel_ptr + input_ch); in arm_depthwise_conv_3x3_s8()
[all …]
Darm_depthwise_conv_s8_opt.c300 ip_b1 = arm_nn_read_s8x4(row_pos); in arm_depthwise_conv_s8_opt()
301 ip_a1 = arm_nn_read_s8x4(row_pos + input_ch); in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_fast_s16.c310 row_b1 = arm_nn_read_s8x4(row_pos); in arm_depthwise_conv_fast_s16()
311 row_a1 = arm_nn_read_s8x4(row_pos + input_ch); in arm_depthwise_conv_fast_s16()
/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_mat_mult_nt_t_s8.c273 val4 = arm_nn_read_s8x4((const int8_t *)&rhs_ptr[rhs_off0]); in arm_nn_mat_mult_nt_t_s8()
286 val0 = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_off0]); in arm_nn_mat_mult_nt_t_s8()
295 val4 = arm_nn_read_s8x4((const int8_t *)&rhs_ptr[rhs_off0]); in arm_nn_mat_mult_nt_t_s8()
311 val0 = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_off0]); in arm_nn_mat_mult_nt_t_s8()
320 val4 = arm_nn_read_s8x4((const int8_t *)&rhs_ptr[rhs_off0]); in arm_nn_mat_mult_nt_t_s8()
336 val0 = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_off0]); in arm_nn_mat_mult_nt_t_s8()
345 val4 = arm_nn_read_s8x4((const int8_t *)&rhs_ptr[rhs_off0]); in arm_nn_mat_mult_nt_t_s8()
361 val0 = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_off0]); in arm_nn_mat_mult_nt_t_s8()
376 val4 = arm_nn_read_s8x4((const int8_t *)&rhs_ptr[rhs_off0]); in arm_nn_mat_mult_nt_t_s8()
389 val0 = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_off0]); in arm_nn_mat_mult_nt_t_s8()
[all …]
Darm_nn_mat_mult_nt_t_s4.c423 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
447 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
471 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
495 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
521 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
643 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
667 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
691 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
715 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
741 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
[all …]
/cmsis-nn-latest/Source/PoolingFunctions/
Darm_max_pool_s8.c58 ref_max.word = arm_nn_read_s8x4(dst); in compare_and_replace_if_larger_q7()
120 in.word = arm_nn_read_s8x4(source); in clamp_output()
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h945 __STATIC_FORCEINLINE int32_t arm_nn_read_s8x4(const int8_t *in_s8) in arm_nn_read_s8x4() function
1078 int32_t inA = arm_nn_read_s8x4(source); in read_pad_and_add_s8()