Searched defs:lstm_input (Results 1 – 2 of 2) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | LSTMTest.cpp | 355 static float lstm_input[] = {2., 3., 3., 4., 1., 1.}; in TEST() local 461 static float lstm_input[] = {2., 3., 3., 4., 1., 1.}; in TEST() local 1040 static float lstm_input[][20] = { in TEST() local
|
D | LayerNormLSTMTest.cpp | 375 const std::vector<std::vector<float>> lstm_input = { in TEST() local
|