Searched refs:tf_rnn (Results 1 – 1 of 1) sorted by relevance
34 from tensorflow.python.ops import rnn_cell as tf_rnn unknown37 class MaskedBasicLSTMCell(tf_rnn.BasicLSTMCell):166 new_state = tf_rnn.LSTMStateTuple(new_c, new_h)172 class MaskedLSTMCell(tf_rnn.LSTMCell):346 tf_rnn.LSTMStateTuple(c, m)