Home
last modified time | relevance | path

Searched defs:output_size (Results 1 – 3 of 3) sorted by relevance

/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
106 const int32_t output_size = BATCH_MATMUL_1_S16_DST_SIZE; in batch_matmul_2_s16() local
148 const int32_t output_size = BATCH_MATMUL_3_S16_DST_SIZE; in batch_matmul_3_s16() local
190 const int32_t output_size = BATCH_MATMUL_4_S16_DST_SIZE; in batch_matmul_4_s16() local
231 const int32_t output_size = BATCH_MATMUL_1_S16_DST_SIZE; in batch_matmul_5_s16() local
/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
113 const int32_t output_size = BATCH_MATMUL_2_S8_DST_SIZE; in batch_matmul_2_s8() local
162 const int32_t output_size = BATCH_MATMUL_3_S8_DST_SIZE; in batch_matmul_3_s8() local
211 const int32_t output_size = BATCH_MATMUL_4_S8_DST_SIZE; in batch_matmul_4_s8() local
259 const int32_t output_size = BATCH_MATMUL_5_S8_DST_SIZE; in batch_matmul_5_s8() local
/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