Home
last modified time | relevance | path

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

/cmsis-nn-latest/Tests/UnitTest/TestCases/TestData/svdf_1/
Dconfig_data.h17 #define SVDF_1_INPUT_BATCHES 3 macro
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_svdf_state_s16_s8/
Dtest_arm_svdf_state_s16_s8.c148 input_dims.n = SVDF_1_INPUT_BATCHES; in svdf_1_arm_svdf_state_s16_s8()
168 const int input_round_size = SVDF_1_INPUT_BATCHES * SVDF_1_INPUT_SIZE; in svdf_1_arm_svdf_state_s16_s8()
171 const int scratch_size = SVDF_1_INPUT_BATCHES * SVDF_1_FEATURE_BATCHES * sizeof(int32_t); in svdf_1_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()
179 const bool null_bias = check_null_bias(svdf_1_biases, SVDF_1_DST_SIZE / SVDF_1_INPUT_BATCHES); in svdf_1_arm_svdf_state_s16_s8()