Home
last modified time | relevance | path

Searched refs:arm_nn_read_q7x4 (Results 1 – 5 of 5) sorted by relevance

/cmsis-3.4.0/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_conv_3x3_s8.c119 in_val = arm_nn_read_q7x4(input_ptr); in arm_depthwise_conv_3x3_s8()
120 ker_val = arm_nn_read_q7x4(kernel_ptr); in arm_depthwise_conv_3x3_s8()
128 in_val = arm_nn_read_q7x4(input_ptr + input_ch); in arm_depthwise_conv_3x3_s8()
129 ker_val = arm_nn_read_q7x4(kernel_ptr + input_ch); in arm_depthwise_conv_3x3_s8()
138 in_val = arm_nn_read_q7x4(input_ptr + (input_ch << 1)); in arm_depthwise_conv_3x3_s8()
139 ker_val = arm_nn_read_q7x4(kernel_ptr + (input_ch << 1)); in arm_depthwise_conv_3x3_s8()
Darm_depthwise_conv_s8_opt.c292 ip_b1 = arm_nn_read_q7x4(row_pos); in arm_depthwise_conv_s8_opt()
293 ip_a1 = arm_nn_read_q7x4(row_pos + input_ch); in arm_depthwise_conv_s8_opt()
/cmsis-3.4.0/CMSIS/NN/Source/NNSupportFunctions/
Darm_nn_mat_mult_nt_t_s8.c108 val4 = arm_nn_read_q7x4((const q7_t *)&rhs_ptr[off0]); in arm_nn_mat_mult_nt_t_s8()
121 val0 = arm_nn_read_q7x4((const q7_t *)&lhs_ptr[off0]); in arm_nn_mat_mult_nt_t_s8()
130 val4 = arm_nn_read_q7x4((const q7_t *)&rhs_ptr[off0]); in arm_nn_mat_mult_nt_t_s8()
146 val0 = arm_nn_read_q7x4((const q7_t *)&lhs_ptr[off0]); in arm_nn_mat_mult_nt_t_s8()
155 val4 = arm_nn_read_q7x4((const q7_t *)&rhs_ptr[off0]); in arm_nn_mat_mult_nt_t_s8()
171 val0 = arm_nn_read_q7x4((const q7_t *)&lhs_ptr[off0]); in arm_nn_mat_mult_nt_t_s8()
180 val4 = arm_nn_read_q7x4((const q7_t *)&rhs_ptr[off0]); in arm_nn_mat_mult_nt_t_s8()
196 val0 = arm_nn_read_q7x4((const q7_t *)&lhs_ptr[off0]); in arm_nn_mat_mult_nt_t_s8()
270 val1 = arm_nn_read_q7x4((const q7_t *)&rhs_ptr[off0]); in arm_nn_mat_mult_nt_t_s8()
286 val1 = arm_nn_read_q7x4((const q7_t *)&rhs_ptr[off0]); in arm_nn_mat_mult_nt_t_s8()
[all …]
/cmsis-3.4.0/CMSIS/NN/Source/PoolingFunctions/
Darm_max_pool_s8.c58 ref_max.word = arm_nn_read_q7x4(dst); in compare_and_replace_if_larger_q7()
119 in.word = arm_nn_read_q7x4(source); in clamp_output()
/cmsis-3.4.0/CMSIS/NN/Include/
Darm_nnsupportfunctions.h533 __STATIC_FORCEINLINE q31_t arm_nn_read_q7x4(const q7_t *in_q7) in arm_nn_read_q7x4() function