Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 25 of 32) sorted by relevance

12

/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_elementwise_mul_s16/
Dtest_arm_elementwise_mul_s16.c28 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in mul_s16_arm_elementwise_mul_s16() local
56 TEST_ASSERT_EQUAL(expected, result); in mul_s16_arm_elementwise_mul_s16()
62 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in mul_s16_spill_arm_elementwise_mul_s16() local
90 TEST_ASSERT_EQUAL(expected, result); in mul_s16_spill_arm_elementwise_mul_s16()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_elementwise_mul_s8/
Dtest_arm_elementwise_mul_s8.c27 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in mul_arm_elementwise_mul_s8() local
55 TEST_ASSERT_EQUAL(expected, result); in mul_arm_elementwise_mul_s8()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_fully_connected_s8/
Dtest_arm_fully_connected_s8.c33 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in fully_connected_arm_fully_connected_s8() local
74 …TEST_ASSERT_EQUAL(expected, arm_vector_sum_s8(buf, filter_dims.n, output_dims.c, kernel_data, 1, N… in fully_connected_arm_fully_connected_s8()
95 TEST_ASSERT_EQUAL(expected, result); in fully_connected_arm_fully_connected_s8()
101 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in fully_connected_w_zp_arm_fully_connected_s8() local
142 …TEST_ASSERT_EQUAL(expected, arm_vector_sum_s8(buf, filter_dims.n, output_dims.c, kernel_data, 1, N… in fully_connected_w_zp_arm_fully_connected_s8()
163 TEST_ASSERT_EQUAL(expected, result); in fully_connected_w_zp_arm_fully_connected_s8()
169 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in fully_connected_mve_0_arm_fully_connected_s8() local
205 …TEST_ASSERT_EQUAL(expected, arm_vector_sum_s8(buf, filter_dims.n, output_dims.c, kernel_data, 1, N… in fully_connected_mve_0_arm_fully_connected_s8()
225 TEST_ASSERT_EQUAL(expected, result); in fully_connected_mve_0_arm_fully_connected_s8()
231 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in fully_connected_mve_1_arm_fully_connected_s8() local
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_elementwise_add_s16/
Dtest_arm_elementwise_add_s16.c28 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in add_s16_arm_elementwise_add_s16() local
67 TEST_ASSERT_EQUAL(expected, result); in add_s16_arm_elementwise_add_s16()
73 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in add_s16_spill_arm_elementwise_add_s16() local
112 TEST_ASSERT_EQUAL(expected, result); in add_s16_spill_arm_elementwise_add_s16()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_max_pool_s8/
Dtest_arm_max_pool_s8.c36 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in maxpooling_arm_max_pool_s8() local
70 TEST_ASSERT_EQUAL(expected, result); in maxpooling_arm_max_pool_s8()
77 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in maxpooling_1_arm_max_pool_s8() local
111 TEST_ASSERT_EQUAL(expected, result); in maxpooling_1_arm_max_pool_s8()
118 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in maxpooling_2_arm_max_pool_s8() local
152 TEST_ASSERT_EQUAL(expected, result); in maxpooling_2_arm_max_pool_s8()
159 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in maxpooling_3_arm_max_pool_s8() local
193 TEST_ASSERT_EQUAL(expected, result); in maxpooling_3_arm_max_pool_s8()
200 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in maxpooling_4_arm_max_pool_s8() local
234 TEST_ASSERT_EQUAL(expected, result); in maxpooling_4_arm_max_pool_s8()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_max_pool_s16/
Dtest_arm_max_pool_s16.c31 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in maxpool_int16_arm_max_pool_s16() local
65 TEST_ASSERT_EQUAL(expected, result); in maxpool_int16_arm_max_pool_s16()
72 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in maxpool_int16_1_arm_max_pool_s16() local
106 TEST_ASSERT_EQUAL(expected, result); in maxpool_int16_1_arm_max_pool_s16()
113 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in maxpool_int16_2_arm_max_pool_s16() local
147 TEST_ASSERT_EQUAL(expected, result); in maxpool_int16_2_arm_max_pool_s16()
154 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_ARG_ERROR; in maxpool_int16_param_fail_arm_max_pool_s16() local
186 TEST_ASSERT_EQUAL(expected, result); in maxpool_int16_param_fail_arm_max_pool_s16()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_elementwise_add_s8/
Dtest_arm_elementwise_add_s8.c27 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in add_arm_elementwise_add_s8() local
66 TEST_ASSERT_EQUAL(expected, result); in add_arm_elementwise_add_s8()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_avgpool_s8/
Dtest_arm_avgpool_s8.c32 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in avgpooling_arm_avgpool_s8() local
73 TEST_ASSERT_EQUAL(expected, result); in avgpooling_arm_avgpool_s8()
79 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in avgpooling_1_arm_avgpool_s8() local
119 TEST_ASSERT_EQUAL(expected, result); in avgpooling_1_arm_avgpool_s8()
125 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in avgpooling_2_arm_avgpool_s8() local
165 TEST_ASSERT_EQUAL(expected, result); in avgpooling_2_arm_avgpool_s8()
171 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in avgpooling_3_arm_avgpool_s8() local
211 TEST_ASSERT_EQUAL(expected, result); in avgpooling_3_arm_avgpool_s8()
217 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in avgpooling_4_arm_avgpool_s8() local
257 TEST_ASSERT_EQUAL(expected, result); in avgpooling_4_arm_avgpool_s8()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_avgpool_s16/
Dtest_arm_avgpool_s16.c30 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in avgpooling_int16_arm_avgpool_s16() local
71 TEST_ASSERT_EQUAL(expected, result); in avgpooling_int16_arm_avgpool_s16()
77 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in avgpooling_int16_1_arm_avgpool_s16() local
117 TEST_ASSERT_EQUAL(expected, result); in avgpooling_int16_1_arm_avgpool_s16()
123 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in avgpooling_int16_2_arm_avgpool_s16() local
163 TEST_ASSERT_EQUAL(expected, result); in avgpooling_int16_2_arm_avgpool_s16()
169 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in avgpooling_int16_3_arm_avgpool_s16() local
209 TEST_ASSERT_EQUAL(expected, result); in avgpooling_int16_3_arm_avgpool_s16()
237 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_ARG_ERROR; in avgpooling_int16_param_fail_arm_avgpool_s16() local
277 TEST_ASSERT_EQUAL(expected, result); in avgpooling_int16_param_fail_arm_avgpool_s16()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_s4_opt/
Dtest_arm_depthwise_conv_s4_opt.c32 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in depthwise_int4_1_arm_depthwise_conv_s4_opt() local
97 TEST_ASSERT_EQUAL(expected, result); in depthwise_int4_1_arm_depthwise_conv_s4_opt()
118 TEST_ASSERT_EQUAL(expected, result); in depthwise_int4_1_arm_depthwise_conv_s4_opt()
142 TEST_ASSERT_EQUAL(expected, result); in depthwise_int4_1_arm_depthwise_conv_s4_opt()
149 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in depthwise_int4_2_arm_depthwise_conv_s4_opt() local
213 TEST_ASSERT_EQUAL(expected, result); in depthwise_int4_2_arm_depthwise_conv_s4_opt()
234 TEST_ASSERT_EQUAL(expected, result); in depthwise_int4_2_arm_depthwise_conv_s4_opt()
258 TEST_ASSERT_EQUAL(expected, result); in depthwise_int4_2_arm_depthwise_conv_s4_opt()
265 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in depthwise_int4_3_arm_depthwise_conv_s4_opt() local
330 TEST_ASSERT_EQUAL(expected, result); in depthwise_int4_3_arm_depthwise_conv_s4_opt()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_s4/
Dtest_arm_depthwise_conv_s4.c34 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in depthwise_int4_generic_arm_depthwise_conv_s4() local
98 TEST_ASSERT_EQUAL(expected, result); in depthwise_int4_generic_arm_depthwise_conv_s4()
120 TEST_ASSERT_EQUAL(expected, result); in depthwise_int4_generic_arm_depthwise_conv_s4()
127 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in depthwise_int4_generic_2_arm_depthwise_conv_s4() local
191 TEST_ASSERT_EQUAL(expected, result); in depthwise_int4_generic_2_arm_depthwise_conv_s4()
213 TEST_ASSERT_EQUAL(expected, result); in depthwise_int4_generic_2_arm_depthwise_conv_s4()
220 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in depthwise_int4_generic_3_arm_depthwise_conv_s4() local
284 TEST_ASSERT_EQUAL(expected, result); in depthwise_int4_generic_3_arm_depthwise_conv_s4()
306 TEST_ASSERT_EQUAL(expected, result); in depthwise_int4_generic_3_arm_depthwise_conv_s4()
313 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in depthwise_int4_generic_4_arm_depthwise_conv_s4() local
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_fully_connected_s4/
Dtest_arm_fully_connected_s4.c34 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in fully_connected_int4_arm_fully_connected_s4() local
91 TEST_ASSERT_EQUAL(expected, result); in fully_connected_int4_arm_fully_connected_s4()
97 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in fully_connected_int4_arm_fully_connected_s4_2() local
154 TEST_ASSERT_EQUAL(expected, result); in fully_connected_int4_arm_fully_connected_s4_2()
160 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in fully_connected_int4_arm_fully_connected_s4_3() local
217 TEST_ASSERT_EQUAL(expected, result); in fully_connected_int4_arm_fully_connected_s4_3()
223 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in fully_connected_int4_arm_fully_connected_s4_4() local
280 TEST_ASSERT_EQUAL(expected, result); in fully_connected_int4_arm_fully_connected_s4_4()
286 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in fully_connected_int4_arm_fully_connected_s4_5() local
343 TEST_ASSERT_EQUAL(expected, result); in fully_connected_int4_arm_fully_connected_s4_5()
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_fully_connected_s16/
Dtest_arm_fully_connected_s16.c30 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in fully_connected_int16_arm_fully_connected_s16() local
89 TEST_ASSERT_EQUAL(expected, result); in fully_connected_int16_arm_fully_connected_s16()
95 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in fully_connected_int16_big_arm_fully_connected_s16() local
153 TEST_ASSERT_EQUAL(expected, result); in fully_connected_int16_big_arm_fully_connected_s16()
159 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in fc_int16_slow_arm_fully_connected_s16() local
217 TEST_ASSERT_EQUAL(expected, result); in fc_int16_slow_arm_fully_connected_s16()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_s8/
Dtest_arm_convolve_s8.c41 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in basic_arm_convolve_s8() local
105 TEST_ASSERT_EQUAL(expected, result); in basic_arm_convolve_s8()
130 TEST_ASSERT_EQUAL(expected, result); in basic_arm_convolve_s8()
136 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in stride2pad1_arm_convolve_s8() local
199 TEST_ASSERT_EQUAL(expected, result); in stride2pad1_arm_convolve_s8()
224 TEST_ASSERT_EQUAL(expected, result); in stride2pad1_arm_convolve_s8()
230 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in conv_2_arm_convolve_s8() local
293 TEST_ASSERT_EQUAL(expected, result); in conv_2_arm_convolve_s8()
318 TEST_ASSERT_EQUAL(expected, result); in conv_2_arm_convolve_s8()
324 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in conv_3_arm_convolve_s8() local
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_fast_s16/
Dtest_arm_depthwise_conv_fast_s16.c36 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in dw_int16xint8_fast_arm_depthwise_conv_fast_s16() local
100 TEST_ASSERT_EQUAL(expected, result); in dw_int16xint8_fast_arm_depthwise_conv_fast_s16()
127 TEST_ASSERT_EQUAL(expected, result); in dw_int16xint8_fast_arm_depthwise_conv_fast_s16()
133 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in dw_int16xint8_fast_spill_arm_depthwise_conv_fast_s16() local
196 TEST_ASSERT_EQUAL(expected, result); in dw_int16xint8_fast_spill_arm_depthwise_conv_fast_s16()
223 TEST_ASSERT_EQUAL(expected, result); in dw_int16xint8_fast_spill_arm_depthwise_conv_fast_s16()
229 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in dw_int16xint8_fast_stride_arm_depthwise_conv_fast_s16() local
292 TEST_ASSERT_EQUAL(expected, result); in dw_int16xint8_fast_stride_arm_depthwise_conv_fast_s16()
319 TEST_ASSERT_EQUAL(expected, result); in dw_int16xint8_fast_stride_arm_depthwise_conv_fast_s16()
325 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in dw_int16xint8_fast_null_bias_arm_depthwise_conv_fast_s16() local
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_grouped_convolve_s8/
Dtest_arm_grouped_convolve_s8.c32 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in grouped_conv_arm_grouped_convolve_1_s8() local
96 TEST_ASSERT_EQUAL(expected, result); in grouped_conv_arm_grouped_convolve_1_s8()
103 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in grouped_conv_arm_grouped_convolve_2_s8() local
167 TEST_ASSERT_EQUAL(expected, result); in grouped_conv_arm_grouped_convolve_2_s8()
174 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in grouped_conv_arm_grouped_convolve_3_s8() local
238 TEST_ASSERT_EQUAL(expected, result); in grouped_conv_arm_grouped_convolve_3_s8()
245 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in grouped_conv_arm_grouped_convolve_4_s8() local
309 TEST_ASSERT_EQUAL(expected, result); in grouped_conv_arm_grouped_convolve_4_s8()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_s8/
Dtest_arm_depthwise_conv_s8.c31 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in depthwise_2_arm_depthwise_conv_s8() local
93 TEST_ASSERT_EQUAL(expected, result); in depthwise_2_arm_depthwise_conv_s8()
121 TEST_ASSERT_EQUAL(expected, result); in depthwise_2_arm_depthwise_conv_s8()
127 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in depthwise_mult_batches_arm_depthwise_conv_s8() local
189 TEST_ASSERT_EQUAL(expected, result); in depthwise_mult_batches_arm_depthwise_conv_s8()
217 TEST_ASSERT_EQUAL(expected, result); in depthwise_mult_batches_arm_depthwise_conv_s8()
223 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in depthwise_null_bias_1_arm_depthwise_conv_s8() local
284 TEST_ASSERT_EQUAL(expected, result); in depthwise_null_bias_1_arm_depthwise_conv_s8()
312 TEST_ASSERT_EQUAL(expected, result); in depthwise_null_bias_1_arm_depthwise_conv_s8()
318 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in depthwise_dilation_arm_depthwise_conv_s8() local
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_s8_opt/
Dtest_arm_depthwise_conv_s8_opt.c34 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in basic_arm_depthwise_conv_s8_opt() local
103 TEST_ASSERT_EQUAL(expected, result); in basic_arm_depthwise_conv_s8_opt()
130 TEST_ASSERT_EQUAL(expected, result); in basic_arm_depthwise_conv_s8_opt()
136 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in depthwise_eq_in_out_ch_arm_depthwise_conv_s8_opt() local
204 TEST_ASSERT_EQUAL(expected, result); in depthwise_eq_in_out_ch_arm_depthwise_conv_s8_opt()
231 TEST_ASSERT_EQUAL(expected, result); in depthwise_eq_in_out_ch_arm_depthwise_conv_s8_opt()
237 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in depthwise_sub_block_arm_depthwise_conv_s8_opt() local
304 TEST_ASSERT_EQUAL(expected, result); in depthwise_sub_block_arm_depthwise_conv_s8_opt()
331 TEST_ASSERT_EQUAL(expected, result); in depthwise_sub_block_arm_depthwise_conv_s8_opt()
337 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in depthwise_out_activation_arm_depthwise_conv_s8_opt() local
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_s4/
Dtest_arm_convolve_s4.c47 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in basic_arm_convolve_s4() local
110 TEST_ASSERT_EQUAL(expected, result); in basic_arm_convolve_s4()
135 TEST_ASSERT_EQUAL(expected, result); in basic_arm_convolve_s4()
141 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in basic_2_arm_convolve_s4() local
204 TEST_ASSERT_EQUAL(expected, result); in basic_2_arm_convolve_s4()
229 TEST_ASSERT_EQUAL(expected, result); in basic_2_arm_convolve_s4()
235 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in stride2pad1_arm_convolve_s4() local
297 TEST_ASSERT_EQUAL(expected, result); in stride2pad1_arm_convolve_s4()
322 TEST_ASSERT_EQUAL(expected, result); in stride2pad1_arm_convolve_s4()
328 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in conv_2_arm_convolve_s4() local
[all …]
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_lstm_unidirectional_s8/
Dtest_arm_lstm_unidirectional_s8.c44 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in lstm_1_arm_lstm_unidirectional_s8() local
189 TEST_ASSERT_EQUAL(expected, result); in lstm_1_arm_lstm_unidirectional_s8()
195 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in lstm_2_arm_lstm_unidirectional_s8() local
341 TEST_ASSERT_EQUAL(expected, result); in lstm_2_arm_lstm_unidirectional_s8()
348 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in lstm_one_time_step_arm_lstm_unidirectional_s8() local
493 TEST_ASSERT_EQUAL(expected, result); in lstm_one_time_step_arm_lstm_unidirectional_s8()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_lstm_unidirectional_s16/
Dtest_arm_lstm_unidirectional_s16.c39 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in lstm_1_s16() local
179 TEST_ASSERT_EQUAL(expected, result); in lstm_1_s16()
185 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in lstm_2_s16() local
325 TEST_ASSERT_EQUAL(expected, result); in lstm_2_s16()
332 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in lstm_one_time_step_s16() local
473 TEST_ASSERT_EQUAL(expected, result); in lstm_one_time_step_s16()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_svdf_state_s16_s8/
Dtest_arm_svdf_state_s16_s8.c46 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in svdf_arm_svdf_state_s16_s8() local
119 TEST_ASSERT_EQUAL(expected, result); in svdf_arm_svdf_state_s16_s8()
132 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in svdf_1_arm_svdf_state_s16_s8() local
204 TEST_ASSERT_EQUAL(expected, result); in svdf_1_arm_svdf_state_s16_s8()
217 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in svdf_2_arm_svdf_state_s16_s8() local
289 TEST_ASSERT_EQUAL(expected, result); in svdf_2_arm_svdf_state_s16_s8()
302 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in svdf_3_arm_svdf_state_s16_s8() local
374 TEST_ASSERT_EQUAL(expected, result); in svdf_3_arm_svdf_state_s16_s8()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_transpose_conv_s8/
Dtest_arm_transpose_conv_s8.c31 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in transpose_conv_1_arm_transpose_conv_s8() local
111 TEST_ASSERT_EQUAL(expected, result); in transpose_conv_1_arm_transpose_conv_s8()
117 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in transpose_conv_2_arm_transpose_conv_s8() local
196 TEST_ASSERT_EQUAL(expected, result); in transpose_conv_2_arm_transpose_conv_s8()
202 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in transpose_conv_3_arm_transpose_conv_s8() local
281 TEST_ASSERT_EQUAL(expected, result); in transpose_conv_3_arm_transpose_conv_s8()
287 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in transpose_conv_4_arm_transpose_conv_s8() local
366 TEST_ASSERT_EQUAL(expected, result); in transpose_conv_4_arm_transpose_conv_s8()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_3x3_s8/
Dtest_arm_depthwise_conv_3x3_s8.c31 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in depthwise_kernel_3x3_arm_depthwise_conv_3x3_s8() local
94 TEST_ASSERT_EQUAL(expected, result); in depthwise_kernel_3x3_arm_depthwise_conv_3x3_s8()
127 TEST_ASSERT_EQUAL(expected, result); in depthwise_kernel_3x3_arm_depthwise_conv_3x3_s8()
134 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_ARG_ERROR; in depthwise_kernel_3x3_arm_depthwise_conv_3x3_1_s8() local
195 TEST_ASSERT_EQUAL(expected, result); in depthwise_kernel_3x3_arm_depthwise_conv_3x3_1_s8()
233 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in depthwise_kernel_3x3_null_bias_arm_depthwise_conv_3x3_null_bias_s8() local
296 TEST_ASSERT_EQUAL(expected, result); in depthwise_kernel_3x3_null_bias_arm_depthwise_conv_3x3_null_bias_s8()
336 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in stride2pad1_arm_depthwise_conv_3x3_s8() local
398 TEST_ASSERT_EQUAL(expected, result); in stride2pad1_arm_depthwise_conv_3x3_s8()
432 TEST_ASSERT_EQUAL(expected, result); in stride2pad1_arm_depthwise_conv_3x3_s8()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_1x1_s4_fast/
Dtest_arm_convolve_1x1_s4_fast.c34 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in kernel1x1_arm_convolve_1x1_s4_fast() local
102 TEST_ASSERT_EQUAL(expected, result); in kernel1x1_arm_convolve_1x1_s4_fast()
108 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in kernel1x1_2_arm_convolve_1x1_s4_fast() local
176 TEST_ASSERT_EQUAL(expected, result); in kernel1x1_2_arm_convolve_1x1_s4_fast()
181 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in kernel1x1_3_arm_convolve_1x1_s4_fast() local
249 TEST_ASSERT_EQUAL(expected, result); in kernel1x1_3_arm_convolve_1x1_s4_fast()
255 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in kernel1x1_stride_x_arm_convolve_1x1_s4() local
338 TEST_ASSERT_EQUAL(expected, result); in kernel1x1_stride_x_arm_convolve_1x1_s4()
345 const arm_cmsis_nn_status expected = ARM_CMSIS_NN_SUCCESS; in kernel1x1_stride_x_y_arm_convolve_1x1_s4() local
431 TEST_ASSERT_EQUAL(expected, result); in kernel1x1_stride_x_y_arm_convolve_1x1_s4()
[all …]

12