Home
last modified time | relevance | path

Searched defs:lstm_input (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DLSTMTest.cpp350 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 DLayerNormLSTMTest.cpp374 const std::vector<std::vector<float>> lstm_input = { in TEST() local