Home
last modified time | relevance | path

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

/cmsis-nn-latest/Tests/UnitTest/TestCases/TestData/svdf_2/
Dconfig_data.h17 #define SVDF_2_INPUT_BATCHES 3 macro
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_svdf_state_s16_s8/
Dtest_arm_svdf_state_s16_s8.c233 input_dims.n = SVDF_2_INPUT_BATCHES; in svdf_2_arm_svdf_state_s16_s8()
253 const int input_round_size = SVDF_2_INPUT_BATCHES * SVDF_2_INPUT_SIZE; in svdf_2_arm_svdf_state_s16_s8()
256 const int scratch_size = SVDF_2_INPUT_BATCHES * SVDF_2_FEATURE_BATCHES * sizeof(int32_t); in svdf_2_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()
264 const bool null_bias = check_null_bias(svdf_2_biases, SVDF_2_DST_SIZE / SVDF_2_INPUT_BATCHES); in svdf_2_arm_svdf_state_s16_s8()