Home
last modified time | relevance | path

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

/cmsis-nn-latest/Tests/UnitTest/TestCases/TestData/svdf_3/
Dconfig_data.h17 #define SVDF_3_INPUT_BATCHES 1 macro
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_svdf_state_s16_s8/
Dtest_arm_svdf_state_s16_s8.c318 input_dims.n = SVDF_3_INPUT_BATCHES; in svdf_3_arm_svdf_state_s16_s8()
338 const int input_round_size = SVDF_3_INPUT_BATCHES * SVDF_3_INPUT_SIZE; in svdf_3_arm_svdf_state_s16_s8()
341 const int scratch_size = SVDF_3_INPUT_BATCHES * SVDF_3_FEATURE_BATCHES * sizeof(int32_t); in svdf_3_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()
349 const bool null_bias = check_null_bias(svdf_3_biases, SVDF_3_DST_SIZE / SVDF_3_INPUT_BATCHES); in svdf_3_arm_svdf_state_s16_s8()