Home
last modified time | relevance | path

Searched refs:activation (Results 1 – 25 of 53) sorted by relevance

123

/cmsis-nn-latest/Include/
Darm_nn_types.h129 cmsis_nn_activation activation; member
141 cmsis_nn_activation activation; member
153 cmsis_nn_activation activation; member
161 cmsis_nn_activation activation; member
170 cmsis_nn_activation activation; member
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_max_pool_s8/
Dtest_arm_max_pool_s8.c62 pool_params.activation.min = MAXPOOLING_OUT_ACTIVATION_MIN; in maxpooling_arm_max_pool_s8()
63 pool_params.activation.max = MAXPOOLING_OUT_ACTIVATION_MAX; in maxpooling_arm_max_pool_s8()
103 pool_params.activation.min = MAXPOOLING_1_OUT_ACTIVATION_MIN; in maxpooling_1_arm_max_pool_s8()
104 pool_params.activation.max = MAXPOOLING_1_OUT_ACTIVATION_MAX; in maxpooling_1_arm_max_pool_s8()
144 pool_params.activation.min = MAXPOOLING_2_OUT_ACTIVATION_MIN; in maxpooling_2_arm_max_pool_s8()
145 pool_params.activation.max = MAXPOOLING_2_OUT_ACTIVATION_MAX; in maxpooling_2_arm_max_pool_s8()
185 pool_params.activation.min = MAXPOOLING_3_OUT_ACTIVATION_MIN; in maxpooling_3_arm_max_pool_s8()
186 pool_params.activation.max = MAXPOOLING_3_OUT_ACTIVATION_MAX; in maxpooling_3_arm_max_pool_s8()
226 pool_params.activation.min = MAXPOOLING_4_OUT_ACTIVATION_MIN; in maxpooling_4_arm_max_pool_s8()
227 pool_params.activation.max = MAXPOOLING_4_OUT_ACTIVATION_MAX; in maxpooling_4_arm_max_pool_s8()
[all …]
/cmsis-nn-latest/Source/FullyConnectedFunctions/
Darm_fully_connected_s16.c79 fc_params->activation.min, in arm_fully_connected_s16()
80 fc_params->activation.max); in arm_fully_connected_s16()
Darm_fully_connected_s4.c81 fc_params->activation.min, in arm_fully_connected_s4()
82 fc_params->activation.max); in arm_fully_connected_s4()
Darm_fully_connected_s8.c89 fc_params->activation.min, in arm_fully_connected_s8()
90 fc_params->activation.max, in arm_fully_connected_s8()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_max_pool_s16/
Dtest_arm_max_pool_s16.c57 pool_params.activation.min = MAXPOOL_INT16_OUT_ACTIVATION_MIN; in maxpool_int16_arm_max_pool_s16()
58 pool_params.activation.max = MAXPOOL_INT16_OUT_ACTIVATION_MAX; in maxpool_int16_arm_max_pool_s16()
98 pool_params.activation.min = MAXPOOL_INT16_1_OUT_ACTIVATION_MIN; in maxpool_int16_1_arm_max_pool_s16()
99 pool_params.activation.max = MAXPOOL_INT16_1_OUT_ACTIVATION_MAX; in maxpool_int16_1_arm_max_pool_s16()
139 pool_params.activation.min = MAXPOOL_INT16_2_OUT_ACTIVATION_MIN; in maxpool_int16_2_arm_max_pool_s16()
140 pool_params.activation.max = MAXPOOL_INT16_2_OUT_ACTIVATION_MAX; in maxpool_int16_2_arm_max_pool_s16()
180 pool_params.activation.min = MAXPOOL_INT16_2_OUT_ACTIVATION_MIN; in maxpool_int16_param_fail_arm_max_pool_s16()
181 pool_params.activation.max = MAXPOOL_INT16_2_OUT_ACTIVATION_MAX; in maxpool_int16_param_fail_arm_max_pool_s16()
/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_mat_mul_core_1x_s8.c62 const int32_t out_activation_min = conv_params->activation.min; in arm_nn_mat_mul_core_1x_s8()
63 const int32_t out_activation_max = conv_params->activation.max; in arm_nn_mat_mul_core_1x_s8()
131 acc_n0 = MAX(acc_n0, conv_params->activation.min); in arm_nn_mat_mul_core_1x_s8()
132 acc_n0 = MIN(acc_n0, conv_params->activation.max); in arm_nn_mat_mul_core_1x_s8()
Darm_nn_mat_mul_core_1x_s4.c62 const int32_t out_activation_min = conv_params->activation.min; in arm_nn_mat_mul_core_1x_s4()
63 const int32_t out_activation_max = conv_params->activation.max; in arm_nn_mat_mul_core_1x_s4()
127 acc_n0 = MAX(acc_n0, conv_params->activation.min); in arm_nn_mat_mul_core_1x_s4()
128 acc_n0 = MIN(acc_n0, conv_params->activation.max); in arm_nn_mat_mul_core_1x_s4()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_avgpool_s8/
Dtest_arm_avgpool_s8.c58 pool_params.activation.min = AVGPOOLING_OUT_ACTIVATION_MIN; in avgpooling_arm_avgpool_s8()
59 pool_params.activation.max = AVGPOOLING_OUT_ACTIVATION_MAX; in avgpooling_arm_avgpool_s8()
105 pool_params.activation.min = AVGPOOLING_1_OUT_ACTIVATION_MIN; in avgpooling_1_arm_avgpool_s8()
106 pool_params.activation.max = AVGPOOLING_1_OUT_ACTIVATION_MAX; in avgpooling_1_arm_avgpool_s8()
151 pool_params.activation.min = AVGPOOLING_2_OUT_ACTIVATION_MIN; in avgpooling_2_arm_avgpool_s8()
152 pool_params.activation.max = AVGPOOLING_2_OUT_ACTIVATION_MAX; in avgpooling_2_arm_avgpool_s8()
197 pool_params.activation.min = AVGPOOLING_3_OUT_ACTIVATION_MIN; in avgpooling_3_arm_avgpool_s8()
198 pool_params.activation.max = AVGPOOLING_3_OUT_ACTIVATION_MAX; in avgpooling_3_arm_avgpool_s8()
243 pool_params.activation.min = AVGPOOLING_4_OUT_ACTIVATION_MIN; in avgpooling_4_arm_avgpool_s8()
244 pool_params.activation.max = AVGPOOLING_4_OUT_ACTIVATION_MAX; in avgpooling_4_arm_avgpool_s8()
[all …]
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_convolve_1x1_s4_fast.c87 conv_params->activation.min, in arm_convolve_1x1_s4_fast()
88 conv_params->activation.max, in arm_convolve_1x1_s4_fast()
Darm_convolve_1x1_s8_fast.c87 conv_params->activation.min, in arm_convolve_1x1_s8_fast()
88 conv_params->activation.max, in arm_convolve_1x1_s8_fast()
Darm_convolve_1_x_n_s8.c138 conv_params->activation.min, in arm_convolve_1_x_n_s8()
139 conv_params->activation.max, in arm_convolve_1_x_n_s8()
168 conv_params->activation.min, in arm_convolve_1_x_n_s8()
169 conv_params->activation.max, in arm_convolve_1_x_n_s8()
202 conv_params->activation.min, in arm_convolve_1_x_n_s8()
203 conv_params->activation.max, in arm_convolve_1_x_n_s8()
Darm_convolve_1x1_s4.c97 conv_params->activation.min, in arm_convolve_1x1_s4()
98 conv_params->activation.max, in arm_convolve_1x1_s4()
Darm_convolve_1x1_s8.c97 conv_params->activation.min, in arm_convolve_1x1_s8()
98 conv_params->activation.max, in arm_convolve_1x1_s8()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_avgpool_s16/
Dtest_arm_avgpool_s16.c56 pool_params.activation.min = AVGPOOLING_INT16_OUT_ACTIVATION_MIN; in avgpooling_int16_arm_avgpool_s16()
57 pool_params.activation.max = AVGPOOLING_INT16_OUT_ACTIVATION_MAX; in avgpooling_int16_arm_avgpool_s16()
103 pool_params.activation.min = AVGPOOLING_INT16_1_OUT_ACTIVATION_MIN; in avgpooling_int16_1_arm_avgpool_s16()
104 pool_params.activation.max = AVGPOOLING_INT16_1_OUT_ACTIVATION_MAX; in avgpooling_int16_1_arm_avgpool_s16()
149 pool_params.activation.min = AVGPOOLING_INT16_2_OUT_ACTIVATION_MIN; in avgpooling_int16_2_arm_avgpool_s16()
150 pool_params.activation.max = AVGPOOLING_INT16_2_OUT_ACTIVATION_MAX; in avgpooling_int16_2_arm_avgpool_s16()
195 pool_params.activation.min = AVGPOOLING_INT16_3_OUT_ACTIVATION_MIN; in avgpooling_int16_3_arm_avgpool_s16()
196 pool_params.activation.max = AVGPOOLING_INT16_3_OUT_ACTIVATION_MAX; in avgpooling_int16_3_arm_avgpool_s16()
263 pool_params.activation.min = AVGPOOLING_INT16_3_OUT_ACTIVATION_MIN; in avgpooling_int16_param_fail_arm_avgpool_s16()
264 pool_params.activation.max = AVGPOOLING_INT16_3_OUT_ACTIVATION_MAX; in avgpooling_int16_param_fail_arm_avgpool_s16()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_fully_connected_s4/
Dtest_arm_fully_connected_s4.c63 fc_params.activation.min = FULLY_CONNECTED_INT4_OUT_ACTIVATION_MIN; in fully_connected_int4_arm_fully_connected_s4()
64 fc_params.activation.max = FULLY_CONNECTED_INT4_OUT_ACTIVATION_MAX; in fully_connected_int4_arm_fully_connected_s4()
126 fc_params.activation.min = FULLY_CONNECTED_INT4_2_OUT_ACTIVATION_MIN; in fully_connected_int4_arm_fully_connected_s4_2()
127 fc_params.activation.max = FULLY_CONNECTED_INT4_2_OUT_ACTIVATION_MAX; in fully_connected_int4_arm_fully_connected_s4_2()
189 fc_params.activation.min = FULLY_CONNECTED_INT4_3_OUT_ACTIVATION_MIN; in fully_connected_int4_arm_fully_connected_s4_3()
190 fc_params.activation.max = FULLY_CONNECTED_INT4_3_OUT_ACTIVATION_MAX; in fully_connected_int4_arm_fully_connected_s4_3()
252 fc_params.activation.min = FULLY_CONNECTED_INT4_4_OUT_ACTIVATION_MIN; in fully_connected_int4_arm_fully_connected_s4_4()
253 fc_params.activation.max = FULLY_CONNECTED_INT4_4_OUT_ACTIVATION_MAX; in fully_connected_int4_arm_fully_connected_s4_4()
315 fc_params.activation.min = FULLY_CONNECTED_INT4_5_OUT_ACTIVATION_MIN; in fully_connected_int4_arm_fully_connected_s4_5()
316 fc_params.activation.max = FULLY_CONNECTED_INT4_5_OUT_ACTIVATION_MAX; in fully_connected_int4_arm_fully_connected_s4_5()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_1x1_s8_fast/
Dtest_arm_convolve_1x1_s8_fast.c71 conv_params.activation.min = KERNEL1X1_OUT_ACTIVATION_MIN; in kernel1x1_arm_convolve_1x1_s8_fast()
72 conv_params.activation.max = KERNEL1X1_OUT_ACTIVATION_MAX; in kernel1x1_arm_convolve_1x1_s8_fast()
145 conv_params.activation.min = KERNEL1X1_STRIDE_X_OUT_ACTIVATION_MIN; in kernel1x1_stride_x_arm_convolve_1x1_s8()
146 conv_params.activation.max = KERNEL1X1_STRIDE_X_OUT_ACTIVATION_MAX; in kernel1x1_stride_x_arm_convolve_1x1_s8()
233 conv_params.activation.min = KERNEL1X1_STRIDE_X_Y_OUT_ACTIVATION_MIN; in kernel1x1_stride_x_y_arm_convolve_1x1_s8()
234 conv_params.activation.max = KERNEL1X1_STRIDE_X_Y_OUT_ACTIVATION_MAX; in kernel1x1_stride_x_y_arm_convolve_1x1_s8()
324 conv_params.activation.min = KERNEL1X1_STRIDE_X_Y_1_OUT_ACTIVATION_MIN; in kernel1x1_stride_x_y_1_arm_convolve_1x1_s8()
325 conv_params.activation.max = KERNEL1X1_STRIDE_X_Y_1_OUT_ACTIVATION_MAX; in kernel1x1_stride_x_y_1_arm_convolve_1x1_s8()
391 conv_params.activation.min = KERNEL1X1_STRIDE_X_Y_2_OUT_ACTIVATION_MIN; in kernel1x1_stride_x_y_2_arm_convolve_1x1_s8()
392 conv_params.activation.max = KERNEL1X1_STRIDE_X_Y_2_OUT_ACTIVATION_MAX; in kernel1x1_stride_x_y_2_arm_convolve_1x1_s8()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_1x1_s4_fast/
Dtest_arm_convolve_1x1_s4_fast.c75 conv_params.activation.min = KERNEL1X1_INT4_OUT_ACTIVATION_MIN; in kernel1x1_arm_convolve_1x1_s4_fast()
76 conv_params.activation.max = KERNEL1X1_INT4_OUT_ACTIVATION_MAX; in kernel1x1_arm_convolve_1x1_s4_fast()
149 conv_params.activation.min = KERNEL1X1_INT4_2_OUT_ACTIVATION_MIN; in kernel1x1_2_arm_convolve_1x1_s4_fast()
150 conv_params.activation.max = KERNEL1X1_INT4_2_OUT_ACTIVATION_MAX; in kernel1x1_2_arm_convolve_1x1_s4_fast()
222 conv_params.activation.min = KERNEL1X1_INT4_3_OUT_ACTIVATION_MIN; in kernel1x1_3_arm_convolve_1x1_s4_fast()
223 conv_params.activation.max = KERNEL1X1_INT4_3_OUT_ACTIVATION_MAX; in kernel1x1_3_arm_convolve_1x1_s4_fast()
298 conv_params.activation.min = KERNEL1X1_STRIDE_X_INT4_OUT_ACTIVATION_MIN; in kernel1x1_stride_x_arm_convolve_1x1_s4()
299 conv_params.activation.max = KERNEL1X1_STRIDE_X_INT4_OUT_ACTIVATION_MAX; in kernel1x1_stride_x_arm_convolve_1x1_s4()
388 conv_params.activation.min = KERNEL1X1_STRIDE_X_Y_INT4_OUT_ACTIVATION_MIN; in kernel1x1_stride_x_y_arm_convolve_1x1_s4()
389 conv_params.activation.max = KERNEL1X1_STRIDE_X_Y_INT4_OUT_ACTIVATION_MAX; in kernel1x1_stride_x_y_arm_convolve_1x1_s4()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_fully_connected_s16/
Dtest_arm_fully_connected_s16.c61 fc_params.activation.min = FULLY_CONNECTED_INT16_OUT_ACTIVATION_MIN; in fully_connected_int16_arm_fully_connected_s16()
62 fc_params.activation.max = FULLY_CONNECTED_INT16_OUT_ACTIVATION_MAX; in fully_connected_int16_arm_fully_connected_s16()
126 fc_params.activation.min = FULLY_CONNECTED_INT16_BIG_OUT_ACTIVATION_MIN; in fully_connected_int16_big_arm_fully_connected_s16()
127 fc_params.activation.max = FULLY_CONNECTED_INT16_BIG_OUT_ACTIVATION_MAX; in fully_connected_int16_big_arm_fully_connected_s16()
190 fc_params.activation.min = FC_INT16_SLOW_OUT_ACTIVATION_MIN; in fc_int16_slow_arm_fully_connected_s16()
191 fc_params.activation.max = FC_INT16_SLOW_OUT_ACTIVATION_MAX; in fc_int16_slow_arm_fully_connected_s16()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_fully_connected_s8/
Dtest_arm_fully_connected_s8.c62 fc_params.activation.min = FULLY_CONNECTED_OUT_ACTIVATION_MIN; in fully_connected_arm_fully_connected_s8()
63 fc_params.activation.max = FULLY_CONNECTED_OUT_ACTIVATION_MAX; in fully_connected_arm_fully_connected_s8()
130 fc_params.activation.min = FULLY_CONNECTED_W_ZP_OUT_ACTIVATION_MIN; in fully_connected_w_zp_arm_fully_connected_s8()
131 fc_params.activation.max = FULLY_CONNECTED_W_ZP_OUT_ACTIVATION_MAX; in fully_connected_w_zp_arm_fully_connected_s8()
194 fc_params.activation.min = FULLY_CONNECTED_MVE_0_OUT_ACTIVATION_MIN; in fully_connected_mve_0_arm_fully_connected_s8()
195 fc_params.activation.max = FULLY_CONNECTED_MVE_0_OUT_ACTIVATION_MAX; in fully_connected_mve_0_arm_fully_connected_s8()
256 fc_params.activation.min = FULLY_CONNECTED_MVE_1_OUT_ACTIVATION_MIN; in fully_connected_mve_1_arm_fully_connected_s8()
257 fc_params.activation.max = FULLY_CONNECTED_MVE_1_OUT_ACTIVATION_MAX; in fully_connected_mve_1_arm_fully_connected_s8()
318 fc_params.activation.min = FULLY_CONNECTED_NULL_BIAS_0_OUT_ACTIVATION_MIN; in fully_connected_null_bias_0_arm_fully_connected_s8()
319 fc_params.activation.max = FULLY_CONNECTED_NULL_BIAS_0_OUT_ACTIVATION_MAX; in fully_connected_null_bias_0_arm_fully_connected_s8()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_ds_cnn_s_s8/
Dtest_arm_ds_cnn_s_s8.c76 dw_conv_params.activation.min = DEPTHWISE_CONV_2D_2_OUT_ACTIVATION_MIN; in ds_cnn_s_s8_get_buffer_size()
77 dw_conv_params.activation.max = DEPTHWISE_CONV_2D_2_OUT_ACTIVATION_MAX; in ds_cnn_s_s8_get_buffer_size()
142 conv_params.activation.min = -128; in ds_cnn_s_s8_inference()
143 conv_params.activation.max = 127; in ds_cnn_s_s8_inference()
179 dw_conv_params.activation.min = DEPTHWISE_CONV_2D_2_OUT_ACTIVATION_MIN; in ds_cnn_s_s8_inference()
180 dw_conv_params.activation.max = DEPTHWISE_CONV_2D_2_OUT_ACTIVATION_MAX; in ds_cnn_s_s8_inference()
370 pool_params.activation.max = AVERAGE_POOL_2D_10_OUT_ACTIVATION_MAX; in ds_cnn_s_s8_inference()
371 pool_params.activation.min = AVERAGE_POOL_2D_10_OUT_ACTIVATION_MIN; in ds_cnn_s_s8_inference()
390 fc_params.activation.max = FULLY_CONNECTED_12_OUT_ACTIVATION_MAX; in ds_cnn_s_s8_inference()
391 fc_params.activation.min = FULLY_CONNECTED_12_OUT_ACTIVATION_MIN; in ds_cnn_s_s8_inference()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_grouped_convolve_s8/
Dtest_arm_grouped_convolve_s8.c69 conv_params.activation.min = GROUPED_CONV_1_OUT_ACTIVATION_MIN; in grouped_conv_arm_grouped_convolve_1_s8()
70 conv_params.activation.max = GROUPED_CONV_1_OUT_ACTIVATION_MAX; in grouped_conv_arm_grouped_convolve_1_s8()
140 conv_params.activation.min = GROUPED_CONV_2_OUT_ACTIVATION_MIN; in grouped_conv_arm_grouped_convolve_2_s8()
141 conv_params.activation.max = GROUPED_CONV_2_OUT_ACTIVATION_MAX; in grouped_conv_arm_grouped_convolve_2_s8()
211 conv_params.activation.min = GROUPED_CONV_3_OUT_ACTIVATION_MIN; in grouped_conv_arm_grouped_convolve_3_s8()
212 conv_params.activation.max = GROUPED_CONV_3_OUT_ACTIVATION_MAX; in grouped_conv_arm_grouped_convolve_3_s8()
282 conv_params.activation.min = GROUPED_CONV_4_OUT_ACTIVATION_MIN; in grouped_conv_arm_grouped_convolve_4_s8()
283 conv_params.activation.max = GROUPED_CONV_4_OUT_ACTIVATION_MAX; in grouped_conv_arm_grouped_convolve_4_s8()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_s8/
Dtest_arm_depthwise_conv_s8.c68 dw_conv_params.activation.min = DEPTHWISE_2_OUT_ACTIVATION_MIN; in depthwise_2_arm_depthwise_conv_s8()
69 dw_conv_params.activation.max = DEPTHWISE_2_OUT_ACTIVATION_MAX; in depthwise_2_arm_depthwise_conv_s8()
164 dw_conv_params.activation.min = DEPTHWISE_MULT_BATCHES_OUT_ACTIVATION_MIN; in depthwise_mult_batches_arm_depthwise_conv_s8()
165 dw_conv_params.activation.max = DEPTHWISE_MULT_BATCHES_OUT_ACTIVATION_MAX; in depthwise_mult_batches_arm_depthwise_conv_s8()
259 dw_conv_params.activation.min = DEPTHWISE_NULL_BIAS_1_OUT_ACTIVATION_MIN; in depthwise_null_bias_1_arm_depthwise_conv_s8()
260 dw_conv_params.activation.max = DEPTHWISE_NULL_BIAS_1_OUT_ACTIVATION_MAX; in depthwise_null_bias_1_arm_depthwise_conv_s8()
355 dw_conv_params.activation.min = DEPTHWISE_DILATION_OUT_ACTIVATION_MIN; in depthwise_dilation_arm_depthwise_conv_s8()
356 dw_conv_params.activation.max = DEPTHWISE_DILATION_OUT_ACTIVATION_MAX; in depthwise_dilation_arm_depthwise_conv_s8()
433 conv_params.activation.min = DEPTHWISE_DILATION_OUT_ACTIVATION_MIN; in buffer_size_mve_arm_depthwise_conv_s8()
434 conv_params.activation.max = DEPTHWISE_DILATION_OUT_ACTIVATION_MAX; in buffer_size_mve_arm_depthwise_conv_s8()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_3x3_s8/
Dtest_arm_depthwise_conv_3x3_s8.c68 dw_conv_params.activation.min = DEPTHWISE_KERNEL_3X3_OUT_ACTIVATION_MIN; in depthwise_kernel_3x3_arm_depthwise_conv_3x3_s8()
69 dw_conv_params.activation.max = DEPTHWISE_KERNEL_3X3_OUT_ACTIVATION_MAX; in depthwise_kernel_3x3_arm_depthwise_conv_3x3_s8()
170 dw_conv_params.activation.min = DEPTHWISE_KERNEL_3X3_OUT_ACTIVATION_MIN; in depthwise_kernel_3x3_arm_depthwise_conv_3x3_1_s8()
171 dw_conv_params.activation.max = DEPTHWISE_KERNEL_3X3_OUT_ACTIVATION_MAX; in depthwise_kernel_3x3_arm_depthwise_conv_3x3_1_s8()
271 dw_conv_params.activation.min = DEPTHWISE_KERNEL_3X3_NULL_BIAS_OUT_ACTIVATION_MIN; in depthwise_kernel_3x3_null_bias_arm_depthwise_conv_3x3_null_bias_s8()
272 dw_conv_params.activation.max = DEPTHWISE_KERNEL_3X3_NULL_BIAS_OUT_ACTIVATION_MAX; in depthwise_kernel_3x3_null_bias_arm_depthwise_conv_3x3_null_bias_s8()
373 dw_conv_params.activation.min = STRIDE2PAD1_OUT_ACTIVATION_MIN; in stride2pad1_arm_depthwise_conv_3x3_s8()
374 dw_conv_params.activation.max = STRIDE2PAD1_OUT_ACTIVATION_MAX; in stride2pad1_arm_depthwise_conv_3x3_s8()
463 conv_params.activation.min = DEPTHWISE_KERNEL_3X3_NULL_BIAS_OUT_ACTIVATION_MIN; in buffer_size_mve_arm_depthwise_conv_3x3_s8()
464 conv_params.activation.max = DEPTHWISE_KERNEL_3X3_NULL_BIAS_OUT_ACTIVATION_MAX; in buffer_size_mve_arm_depthwise_conv_3x3_s8()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_s8_opt/
Dtest_arm_depthwise_conv_s8_opt.c70 dw_conv_params.activation.min = BASIC_OUT_ACTIVATION_MIN; in basic_arm_depthwise_conv_s8_opt()
71 dw_conv_params.activation.max = BASIC_OUT_ACTIVATION_MAX; in basic_arm_depthwise_conv_s8_opt()
172 dw_conv_params.activation.min = DEPTHWISE_EQ_IN_OUT_CH_OUT_ACTIVATION_MIN; in depthwise_eq_in_out_ch_arm_depthwise_conv_s8_opt()
173 dw_conv_params.activation.max = DEPTHWISE_EQ_IN_OUT_CH_OUT_ACTIVATION_MAX; in depthwise_eq_in_out_ch_arm_depthwise_conv_s8_opt()
273 dw_conv_params.activation.min = DEPTHWISE_SUB_BLOCK_OUT_ACTIVATION_MIN; in depthwise_sub_block_arm_depthwise_conv_s8_opt()
274 dw_conv_params.activation.max = DEPTHWISE_SUB_BLOCK_OUT_ACTIVATION_MAX; in depthwise_sub_block_arm_depthwise_conv_s8_opt()
373 dw_conv_params.activation.min = DEPTHWISE_OUT_ACTIVATION_OUT_ACTIVATION_MIN; in depthwise_out_activation_arm_depthwise_conv_s8_opt()
374 dw_conv_params.activation.max = DEPTHWISE_OUT_ACTIVATION_OUT_ACTIVATION_MAX; in depthwise_out_activation_arm_depthwise_conv_s8_opt()
476 dw_conv_params.activation.min = DEPTHWISE_NULL_BIAS_0_OUT_ACTIVATION_MIN; in depthwise_null_bias_0_arm_depthwise_conv_s8_opt()
477 dw_conv_params.activation.max = DEPTHWISE_NULL_BIAS_0_OUT_ACTIVATION_MAX; in depthwise_null_bias_0_arm_depthwise_conv_s8_opt()
[all …]

123