Home
last modified time | relevance | path

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

/cmsis-nn-latest/Tests/UnitTest/TestCases/TestData/lstm_1/
Dconfig_data.h5 #define LSTM_1_BATCH_SIZE 1 macro
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_lstm_unidirectional_s8/
Dtest_arm_lstm_unidirectional_s8.c31 #define LARGEST_BUFFER_SIZE LSTM_1_HIDDEN_SIZE *LSTM_1_BATCH_SIZE *LSTM_1_TIME_STEPS
39 int8_t output[LSTM_1_BATCH_SIZE * LSTM_1_TIME_STEPS * LSTM_1_HIDDEN_SIZE] = {0}; in lstm_1()
42 const int32_t output_ref_size = LSTM_1_BATCH_SIZE * LSTM_1_TIME_STEPS * LSTM_1_HIDDEN_SIZE; in lstm_1()
162 LSTM_1_BATCH_SIZE, in lstm_1()