Home
last modified time | relevance | path

Searched refs:n_cell_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Doptional_tensor_test.cc39 n_cell_(n_cell), in LSTMOpModel()
102 AddInput(TensorData{TensorType_FLOAT32, {n_cell_ * n_batch_}}, true); in LSTMOpModel()
193 int num_cells() { return n_cell_; } in num_cells()
226 int n_cell_; member in tflite::__anon67d22bc80111::LSTMOpModel
Dunidirectional_sequence_lstm_test.cc43 n_cell_(n_cell), in UnidirectionalLSTMOpModel()
108 AddInput(TensorData{TensorType_FLOAT32, {n_cell_ * n_batch_}}, in UnidirectionalLSTMOpModel()
199 int num_cells() { return n_cell_; } in num_cells()
234 int n_cell_; member in tflite::__anon67ed54f90111::UnidirectionalLSTMOpModel
Dlstm_test.cc45 n_cell_(n_cell), in LSTMOpModel()
108 AddInput(TensorData{TensorType_FLOAT32, {n_cell_ * n_batch_}}, true); in LSTMOpModel()
225 int num_cells() { return n_cell_; } in num_cells()
265 int n_cell_; member in tflite::__anonb3707f480111::LSTMOpModel
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc2266 n_cell_(n_cell), in LSTMOpModel()
2330 AddInput(TensorData{TensorType_FLOAT32, {n_batch_, n_cell_}}, true); in LSTMOpModel()
2418 int num_cells() { return n_cell_; } in num_cells()
2453 int n_cell_; member in tflite::__anon0c68fcb70111::LSTMOpModel