Searched refs:LSTMIntegerOpModel (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | lstm_test.cc | 1312 class LSTMIntegerOpModel : public SingleOpModel { class 1314 LSTMIntegerOpModel(int n_batch, int n_input, int n_cell, int n_output, in LSTMIntegerOpModel() function in tflite::__anon299f347e0111::LSTMIntegerOpModel 1692 LSTMIntegerOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST() 1860 LSTMIntegerOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST() 2030 LSTMIntegerOpModel lstm(n_batch, n_input, n_cell, n_output, in TEST()
|