Home
last modified time | relevance | path

Searched refs:output_offset (Results 1 – 11 of 11) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_conv_u8_basic_ver1.c62 const int32_t output_offset, in depthwise_conv_u8_mult_4() argument
112 out_buff[0] += output_offset; in depthwise_conv_u8_mult_4()
113 out_buff[1] += output_offset; in depthwise_conv_u8_mult_4()
114 out_buff[2] += output_offset; in depthwise_conv_u8_mult_4()
115 out_buff[3] += output_offset; in depthwise_conv_u8_mult_4()
151 const int32_t output_offset, in depthwise_conv_u8_generic() argument
198 acc_0 += output_offset; in depthwise_conv_u8_generic()
263 const int32_t output_offset, in arm_depthwise_conv_u8_basic_ver1() argument
296 output_offset, in arm_depthwise_conv_u8_basic_ver1()
323 output_offset, in arm_depthwise_conv_u8_basic_ver1()
Darm_depthwise_conv_s8.c62 const int32_t output_offset, in depthwise_conv_s8_mult_4() argument
104 res = vaddq_n_s32(res, output_offset); in depthwise_conv_s8_mult_4()
120 out_buff[0] += output_offset; in depthwise_conv_s8_mult_4()
121 out_buff[1] += output_offset; in depthwise_conv_s8_mult_4()
122 out_buff[2] += output_offset; in depthwise_conv_s8_mult_4()
123 out_buff[3] += output_offset; in depthwise_conv_s8_mult_4()
162 const int32_t output_offset, in depthwise_conv_s8_generic() argument
208 acc_0 += output_offset; in depthwise_conv_s8_generic()
266 dw_conv_params->output_offset, in arm_depthwise_conv_s8()
293 dw_conv_params->output_offset, in arm_depthwise_conv_s8()
Darm_depthwise_conv_s8_opt.c85 const int32_t output_offset = dw_conv_params->output_offset; in arm_depthwise_conv_s8_opt() local
134 output_offset, in arm_depthwise_conv_s8_opt()
149 output_offset, in arm_depthwise_conv_s8_opt()
192 out_0 = vaddq_n_s32(out_0, output_offset); in arm_depthwise_conv_s8_opt()
341 sum += output_offset; in arm_depthwise_conv_s8_opt()
347 sum_2 += output_offset; in arm_depthwise_conv_s8_opt()
352 sum_3 += output_offset; in arm_depthwise_conv_s8_opt()
358 sum_4 += output_offset; in arm_depthwise_conv_s8_opt()
380 sum += output_offset; in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_3x3_s8.c79 const int32_t output_offset = dw_conv_params->output_offset; in arm_depthwise_conv_3x3_s8() local
156 out_buff0 += output_offset; in arm_depthwise_conv_3x3_s8()
157 out_buff1 += output_offset; in arm_depthwise_conv_3x3_s8()
158 out_buff2 += output_offset; in arm_depthwise_conv_3x3_s8()
159 out_buff3 += output_offset; in arm_depthwise_conv_3x3_s8()
199 out_buff += output_offset; in arm_depthwise_conv_3x3_s8()
Darm_convolve_1x1_s8_fast.c81 const int32_t out_offset = conv_params->output_offset; in arm_convolve_1x1_s8_fast()
163 conv_params->output_offset, in arm_convolve_1x1_s8_fast()
Darm_convolve_1_x_n_s8.c82 const int32_t out_offset = conv_params->output_offset; in arm_convolve_1_x_n_s8()
Darm_convolve_s8.c82 const int32_t out_offset = conv_params->output_offset; in arm_convolve_s8()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/
Darm_nn_types.h85 int32_t output_offset; /**< Zero value for the output tensor */ member
96 int32_t output_offset; /**< Zero value for the output tensor */ member
116 int32_t output_offset; /**< Zero value for the output tensor */ member
125 int32_t output_offset; /**< Zero value for the output tensor */ member
Darm_nnfunctions.h1836 const int32_t output_offset,
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/FullyConnectedFunctions/
Darm_fully_connected_s8.c76 fc_params->output_offset, in arm_fully_connected_s8()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/SVDFunctions/
Darm_svdf_s8.c77 const int32_t zp_out = svdf_params->output_offset; in arm_svdf_s8()