Searched defs:lstm_input (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | LSTMTest.cpp | 350 static float lstm_input[] = {2., 3., 3., 4., 1., 1.}; in TEST() local 447 static float lstm_input[] = {2., 3., 3., 4., 1., 1.}; in TEST() local 943 static float lstm_input[][20] = { in TEST() local
|
H A D | LayerNormLSTMTest.cpp | 374 const std::vector<std::vector<float>> lstm_input = { in TEST() local
|