Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/model_pruning/python/layers/
Drnn_cells.py34 from tensorflow.python.ops import rnn_cell as tf_rnn unknown
37 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)