HomeSort by relevance Sort by last modified time
    Searched refs:LSTMOpModel (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/lite/kernels/
optional_tensor_test.cc 31 class LSTMOpModel : public SingleOpModel {
33 LSTMOpModel(int n_batch, int n_input, int n_cell, int n_output, bool use_cifg,
237 LSTMOpModel lstm(n_batch, n_input, n_cell, n_output,
lstm_test.cc 35 class LSTMOpModel : public SingleOpModel {
37 LSTMOpModel(int n_batch, int n_input, int n_cell, int n_output, bool use_cifg,
269 class HybridLSTMOpModel : public LSTMOpModel {
277 : LSTMOpModel(n_batch, n_input, n_cell, n_output, use_cifg, use_peephole,
370 LSTMOpModel* lstm, float tolerance = 1e-5) {
456 LSTMOpModel lstm(n_batch, n_input, n_cell, n_output,
677 LSTMOpModel lstm(n_batch, n_input, n_cell, n_output,
    [all...]
  /external/tensorflow/tensorflow/lite/delegates/nnapi/
nnapi_delegate_test.cc     [all...]

Completed in 1119 milliseconds