Home
last modified time | relevance | path

Searched refs:output_size (Results 1 – 7 of 7) sorted by relevance

/cmsis-nn-latest/Tests/UnitTest/TestCases/Common/
Dfc_weights_template.json35 output_size,
56 output_size
76 output_size
Dfc_weights_template_unpacked.json35 output_size,
56 output_size
76 output_size
Dfc_weights_template_null_bias.json35 output_size,
57 output_size
Dfc_weights_template_null_bias_unpacked.json35 output_size,
57 output_size
/cmsis-nn-latest/Source/PadFunctions/
Darm_pad_s8.c59 const cmsis_nn_dims output_size = {pre_pad->n + input_size->n + post_pad->n, in arm_pad_s8() local
64 const int32_t batch_block_size = output_size.h * output_size.w * output_size.c; in arm_pad_s8()
65 const int32_t row_block_size = output_size.w * output_size.c; in arm_pad_s8()
66 const int32_t col_block_size = output_size.c; in arm_pad_s8()
80 if (input_size->c == output_size.c) in arm_pad_s8()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_batch_matmul_s16/
Dtest_arm_batch_matmul_s16.c65 const int32_t output_size = BATCH_MATMUL_1_S16_DST_SIZE; in batch_matmul_1_s16() local
76 TEST_ASSERT_TRUE(validate_s16(output, batch_matmul_1_s16_output, output_size)); in batch_matmul_1_s16()
106 const int32_t output_size = BATCH_MATMUL_1_S16_DST_SIZE; in batch_matmul_2_s16() local
117 TEST_ASSERT_TRUE(validate_s16(output, batch_matmul_2_s16_output, output_size)); in batch_matmul_2_s16()
148 const int32_t output_size = BATCH_MATMUL_3_S16_DST_SIZE; in batch_matmul_3_s16() local
159 TEST_ASSERT_TRUE(validate_s16(output, batch_matmul_3_s16_output, output_size)); in batch_matmul_3_s16()
190 const int32_t output_size = BATCH_MATMUL_4_S16_DST_SIZE; in batch_matmul_4_s16() local
201 TEST_ASSERT_TRUE(validate_s16(output, batch_matmul_4_s16_output, output_size)); in batch_matmul_4_s16()
231 const int32_t output_size = BATCH_MATMUL_1_S16_DST_SIZE; in batch_matmul_5_s16() local
242 TEST_ASSERT_TRUE(validate_s16(output, batch_matmul_5_s16_output, output_size)); in batch_matmul_5_s16()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_batch_matmul_s8/
Dtest_arm_batch_matmul_s8.c65 const int32_t output_size = BATCH_MATMUL_1_S8_DST_SIZE; in batch_matmul_1_s8() local
83 TEST_ASSERT_TRUE(validate(output, batch_matmul_1_s8_output, output_size)); in batch_matmul_1_s8()
113 const int32_t output_size = BATCH_MATMUL_2_S8_DST_SIZE; in batch_matmul_2_s8() local
131 TEST_ASSERT_TRUE(validate(output, batch_matmul_2_s8_output, output_size)); in batch_matmul_2_s8()
162 const int32_t output_size = BATCH_MATMUL_3_S8_DST_SIZE; in batch_matmul_3_s8() local
180 TEST_ASSERT_TRUE(validate(output, batch_matmul_3_s8_output, output_size)); in batch_matmul_3_s8()
211 const int32_t output_size = BATCH_MATMUL_4_S8_DST_SIZE; in batch_matmul_4_s8() local
229 TEST_ASSERT_TRUE(validate(output, batch_matmul_4_s8_output, output_size)); in batch_matmul_4_s8()
259 const int32_t output_size = BATCH_MATMUL_5_S8_DST_SIZE; in batch_matmul_5_s8() local
277 TEST_ASSERT_TRUE(validate(output, batch_matmul_5_s8_output, output_size)); in batch_matmul_5_s8()