Home
last modified time | relevance | path

Searched refs:input_offset (Results 1 – 13 of 13) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_conv_3x3_s8.c80 const int32_t input_offset = dw_conv_params->input_offset; in arm_depthwise_conv_3x3_s8() local
122 out_buff0 += ((int8_t)in_val + input_offset) * (int8_t)ker_val; in arm_depthwise_conv_3x3_s8()
123 … out_buff1 += ((int8_t)(in_val >> 8) + input_offset) * (int8_t)(ker_val >> 8); in arm_depthwise_conv_3x3_s8()
124 … out_buff2 += ((int8_t)(in_val >> 16) + input_offset) * (int8_t)(ker_val >> 16); in arm_depthwise_conv_3x3_s8()
125 … out_buff3 += ((int8_t)(in_val >> 24) + input_offset) * (int8_t)(ker_val >> 24); in arm_depthwise_conv_3x3_s8()
131 out_buff0 += ((int8_t)in_val + input_offset) * (int8_t)ker_val; in arm_depthwise_conv_3x3_s8()
132 out_buff1 += ((int8_t)(in_val >> 8) + input_offset) * (int8_t)(ker_val >> 8); in arm_depthwise_conv_3x3_s8()
133 out_buff2 += ((int8_t)(in_val >> 16) + input_offset) * (int8_t)(ker_val >> 16); in arm_depthwise_conv_3x3_s8()
134 out_buff3 += ((int8_t)(in_val >> 24) + input_offset) * (int8_t)(ker_val >> 24); in arm_depthwise_conv_3x3_s8()
141 out_buff0 += ((int8_t)in_val + input_offset) * (int8_t)ker_val; in arm_depthwise_conv_3x3_s8()
[all …]
Darm_convolve_s8.c81 const int32_t input_offset = conv_params->input_offset; in arm_convolve_s8() local
112 memset(im2col_buf, (int8_t)-input_offset, sizeof(q7_t) * input_ch); in arm_convolve_s8()
139 s_offset = vmulq_n_s32(s_offset, input_offset); in arm_convolve_s8()
168 input_offset, in arm_convolve_s8()
191 input_offset, in arm_convolve_s8()
228 input_offset); in arm_convolve_s8()
339 … (input_data[(in_row * input_x + in_col) * input_ch + i_input_ch] + input_offset) * in arm_convolve_s8()
Darm_depthwise_conv_u8_basic_ver1.c63 const int32_t input_offset, in depthwise_conv_u8_mult_4() argument
92 int32_t in_val = input[in_idx + ker_w * input_ch] + input_offset; in depthwise_conv_u8_mult_4()
152 const int32_t input_offset, in depthwise_conv_u8_generic() argument
188 … acc_0 += (input[idx_0] + input_offset) * (kernel[ker_idx_0] + filter_offset); in depthwise_conv_u8_generic()
261 const int32_t input_offset, in arm_depthwise_conv_u8_basic_ver1() argument
297 input_offset, in arm_depthwise_conv_u8_basic_ver1()
324 input_offset, in arm_depthwise_conv_u8_basic_ver1()
Darm_convolve_1x1_s8_fast.c80 const int32_t input_offset = conv_params->input_offset; in arm_convolve_1x1_s8_fast() local
105 sum_row = sum_row * input_offset; in arm_convolve_1x1_s8_fast()
135 sum_row = (sum_row * input_offset); in arm_convolve_1x1_s8_fast()
162 conv_params->input_offset, in arm_convolve_1x1_s8_fast()
Darm_depthwise_conv_s8_opt.c86 const int32_t input_offset = dw_conv_params->input_offset; in arm_depthwise_conv_s8_opt() local
111 arm_memset_q7(lhs_buffer, (int8_t)-input_offset, (uint32_t)input_ch); in arm_depthwise_conv_s8_opt()
130 input_offset, in arm_depthwise_conv_s8_opt()
145 input_offset, in arm_depthwise_conv_s8_opt()
181 ip_0 = vaddq_n_s32(ip_0, input_offset); in arm_depthwise_conv_s8_opt()
255 input_offset); in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_s8.c63 const int32_t input_offset, in depthwise_conv_s8_mult_4() argument
91 int32_t in_val = input[in_idx + ker_w * input_ch] + input_offset; in depthwise_conv_s8_mult_4()
163 const int32_t input_offset, in depthwise_conv_s8_generic() argument
202 acc_0 += (input[idx_0] + input_offset) * kernel[ker_idx_0]; in depthwise_conv_s8_generic()
267 dw_conv_params->input_offset, in arm_depthwise_conv_s8()
294 dw_conv_params->input_offset, in arm_depthwise_conv_s8()
Darm_convolve_1_x_n_s8.c81 const int32_t input_offset = conv_params->input_offset; in arm_convolve_1_x_n_s8() local
152 s_offset = vmulq_n_s32(s_offset, input_offset); in arm_convolve_1_x_n_s8()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_padded_s8.c51 const int32_t input_offset, in arm_nn_depthwise_conv_nt_t_padded_s8() argument
87 ip_0 = vaddq_n_s32(ip_0, input_offset); in arm_nn_depthwise_conv_nt_t_padded_s8()
91 ip_1 = vaddq_n_s32(ip_1, input_offset); in arm_nn_depthwise_conv_nt_t_padded_s8()
95 ip_2 = vaddq_n_s32(ip_2, input_offset); in arm_nn_depthwise_conv_nt_t_padded_s8()
99 ip_3 = vaddq_n_s32(ip_3, input_offset); in arm_nn_depthwise_conv_nt_t_padded_s8()
152 (void)input_offset; in arm_nn_depthwise_conv_nt_t_padded_s8()
Darm_nn_depthwise_conv_nt_t_s8.c50 const int32_t input_offset, in arm_nn_depthwise_conv_nt_t_s8() argument
107 ker_sum = vmulq_n_s32(ker_sum, input_offset); in arm_nn_depthwise_conv_nt_t_s8()
154 (void)input_offset; in arm_nn_depthwise_conv_nt_t_s8()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/
Darm_nn_types.h84 int32_t input_offset; /**< Zero value for the input tensor */ member
95 int32_t input_offset; /**< Zero value for the input tensor */ member
114 int32_t input_offset; /**< Zero value for the input tensor */ member
124 int32_t input_offset; /**< Zero value for the input tensor */ member
Darm_nnfunctions.h1834 const int32_t input_offset,
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/FullyConnectedFunctions/
Darm_fully_connected_s8.c74 fc_params->input_offset, in arm_fully_connected_s8()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/SVDFunctions/
Darm_svdf_s8.c76 const int32_t zp_in = svdf_params->input_offset; in arm_svdf_s8()