Home
last modified time | relevance | path

Searched refs:arm_nn_read_s8x4 (Results 1 – 9 of 9) 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_transpose_conv_row_s8_s32.c99 int32_t lhs00 = arm_nn_read_s8x4(lhs_temp); in arm_nn_transpose_conv_row_s8_s32()
103 int32_t lhs10 = arm_nn_read_s8x4(lhs_temp); in arm_nn_transpose_conv_row_s8_s32()
107 int32_t lhs20 = arm_nn_read_s8x4(lhs_temp); in arm_nn_transpose_conv_row_s8_s32()
111 int32_t lhs30 = arm_nn_read_s8x4(lhs_temp); in arm_nn_transpose_conv_row_s8_s32()
116 int32_t rhs0 = arm_nn_read_s8x4(rhs_ptr); in arm_nn_transpose_conv_row_s8_s32()
312 int32_t lhs00 = arm_nn_read_s8x4(lhs_temp); in arm_nn_transpose_conv_row_s8_s32()
316 int32_t lhs10 = arm_nn_read_s8x4(lhs_temp); in arm_nn_transpose_conv_row_s8_s32()
321 int32_t rhs0 = arm_nn_read_s8x4(rhs_ptr); in arm_nn_transpose_conv_row_s8_s32()
441 int32_t lhs00 = arm_nn_read_s8x4(lhs_temp); in arm_nn_transpose_conv_row_s8_s32()
446 int32_t rhs0 = arm_nn_read_s8x4(rhs_ptr); in arm_nn_transpose_conv_row_s8_s32()
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.c560 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
584 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
608 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
632 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
658 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
780 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
804 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
828 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
852 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
878 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_t_s4()
[all …]
Darm_nn_mat_mult_nt_interleaved_t_even_s4.c597 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_interleaved_t_even_s4()
621 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_interleaved_t_even_s4()
645 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_interleaved_t_even_s4()
669 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_interleaved_t_even_s4()
695 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_interleaved_t_even_s4()
785 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_interleaved_t_even_s4()
809 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_interleaved_t_even_s4()
833 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_interleaved_t_even_s4()
857 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_interleaved_t_even_s4()
883 lhs_high = arm_nn_read_s8x4((const int8_t *)&lhs_ptr[lhs_cols_off1]); in arm_nn_mat_mult_nt_interleaved_t_even_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.h1123 __STATIC_FORCEINLINE int32_t arm_nn_read_s8x4(const int8_t *in_s8) in arm_nn_read_s8x4() function
1256 int32_t inA = arm_nn_read_s8x4(source); in read_pad_and_add_s8()