Searched defs:LSTMBlockCell (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/rnn/python/ops/
H A Dlstm_ops.py234 @ops.RegisterGradient("LSTMBlockCell")
236 """Gradient for LSTMBlockCell."""
331 class LSTMBlockCell(LayerRNNCell): class in inherits:LayerRNNCell
369 super(LSTMBlockCell, self).__init__(_reuse=reuse, name=name)
584 LSTMBlockCell defined above.

Completed in 100 milliseconds