Searched refs:LSTMOpModel (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | LSTMTest.cpp | 76 class LSTMOpModel { class 78 LSTMOpModel(uint32_t n_batch, uint32_t n_input, uint32_t n_cell, uint32_t n_output, in LSTMOpModel() function in android::nn::wrapper::LSTMOpModel 279 LSTMOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST() 383 LSTMOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST() 479 LSTMOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST()
|