Home
last modified time | relevance | path

Searched refs:scratch_size_out (Results 1 – 2 of 2) sorted by relevance

/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_svdf_state_s16_s8/
Dtest_arm_svdf_state_s16_s8.c86 const int scratch_size_out = SVDF_INPUT_BATCHES * number_units * sizeof(int32_t); in svdf_arm_svdf_state_s16_s8() local
89 output_ctx.buf = malloc(scratch_size_out); in svdf_arm_svdf_state_s16_s8()
172 const int scratch_size_out = SVDF_1_INPUT_BATCHES * number_units * sizeof(int32_t); in svdf_1_arm_svdf_state_s16_s8() local
175 output_ctx.buf = malloc(scratch_size_out); in svdf_1_arm_svdf_state_s16_s8()
257 const int scratch_size_out = SVDF_2_INPUT_BATCHES * number_units * sizeof(int32_t); in svdf_2_arm_svdf_state_s16_s8() local
260 output_ctx.buf = malloc(scratch_size_out); in svdf_2_arm_svdf_state_s16_s8()
342 const int scratch_size_out = SVDF_3_INPUT_BATCHES * number_units * sizeof(int32_t); in svdf_3_arm_svdf_state_s16_s8() local
345 output_ctx.buf = malloc(scratch_size_out); in svdf_3_arm_svdf_state_s16_s8()
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_svdf_s8/
Dtest_arm_svdf_s8.c70 const int scratch_size_out = SVDF_INT8_INPUT_BATCHES * number_units * sizeof(int32_t); in svdf_int8_arm_svdf_s8() local
87 output_ctx.buf = malloc(scratch_size_out); in svdf_int8_arm_svdf_s8()
185 const int scratch_size_out = SVDF_INT8_2_INPUT_BATCHES * number_units * sizeof(int32_t); in svdf_int8_2_arm_svdf_s8() local
200 output_ctx.buf = malloc(scratch_size_out); in svdf_int8_2_arm_svdf_s8()