Home
last modified time | relevance | path

Searched refs:kExtendedLstmInputCount (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
Didentify_lstm_split_inputs.cc38 if (curr_op->inputs.size() == kExtendedLstmInputCount) { in Run()
59 lstm_cell_op->inputs.resize(kExtendedLstmInputCount); in Run()
Dlstm_utils.h47 kExtendedLstmInputCount = 18 enumerator