Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_separable_conv_HWC_q7.c166 inB1 = arm_nn_read_q7x4(pB); in arm_depthwise_separable_conv_HWC_q7()
168 opB = arm_nn_read_q7x4(pB); in arm_depthwise_separable_conv_HWC_q7()
172 inA1 = arm_nn_read_q7x4(pA); in arm_depthwise_separable_conv_HWC_q7()
174 opB = arm_nn_read_q7x4(pA); in arm_depthwise_separable_conv_HWC_q7()
198 inB1 = arm_nn_read_q7x4(pB); in arm_depthwise_separable_conv_HWC_q7()
200 opB = arm_nn_read_q7x4(pB); in arm_depthwise_separable_conv_HWC_q7()
204 inA1 = arm_nn_read_q7x4(pA); in arm_depthwise_separable_conv_HWC_q7()
206 opB = arm_nn_read_q7x4(pA); in arm_depthwise_separable_conv_HWC_q7()
327 inA.word = arm_nn_read_q7x4(pA); in arm_depthwise_separable_conv_HWC_q7()
329 inB.word = arm_nn_read_q7x4(pB); in arm_depthwise_separable_conv_HWC_q7()
Darm_depthwise_separable_conv_HWC_q7_nonsquare.c176 inB1 = arm_nn_read_q7x4(pB); in arm_depthwise_separable_conv_HWC_q7_nonsquare()
178 opB = arm_nn_read_q7x4(pB); in arm_depthwise_separable_conv_HWC_q7_nonsquare()
182 inA1 = arm_nn_read_q7x4(pA); in arm_depthwise_separable_conv_HWC_q7_nonsquare()
184 opB = arm_nn_read_q7x4(pA); in arm_depthwise_separable_conv_HWC_q7_nonsquare()
208 inB1 = arm_nn_read_q7x4(pB); in arm_depthwise_separable_conv_HWC_q7_nonsquare()
210 opB = arm_nn_read_q7x4(pB); in arm_depthwise_separable_conv_HWC_q7_nonsquare()
214 inA1 = arm_nn_read_q7x4(pA); in arm_depthwise_separable_conv_HWC_q7_nonsquare()
216 opB = arm_nn_read_q7x4(pA); in arm_depthwise_separable_conv_HWC_q7_nonsquare()
331 inA.word = arm_nn_read_q7x4(pA); in arm_depthwise_separable_conv_HWC_q7_nonsquare()
333 inB.word = arm_nn_read_q7x4(pB); in arm_depthwise_separable_conv_HWC_q7_nonsquare()
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()
Darm_convolve_HWC_q7_RGB.c137 q31_t buf = arm_nn_read_q7x4(pPixel); in arm_convolve_HWC_q7_RGB()
/hal_nxp-latest/mcux/mcux-sdk/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 …]
/hal_nxp-latest/mcux/mcux-sdk/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()
Darm_pool_q7_HWC.c65 in.word = arm_nn_read_q7x4((const q7_t *)pIn); in compare_and_replace_if_larger_q7()
/hal_nxp-latest/mcux/mcux-sdk/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