Searched refs:LayerNormBasicLSTMCell (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
H A Drnn_cell_test.py1103 single_cell = lambda: contrib_rnn_cell.LayerNormBasicLSTMCell(2)
1141 cell = contrib_rnn_cell.LayerNormBasicLSTMCell(2)
1171 single_cell = lambda: contrib_rnn_cell.LayerNormBasicLSTMCell(2, layer_norm=False)
1209 cell = contrib_rnn_cell.LayerNormBasicLSTMCell(2, layer_norm=False)
1238 [contrib_rnn_cell.LayerNormBasicLSTMCell(2) for _ in range(2)])
1264 """The results of LSTMCell and LayerNormBasicLSTMCell should be the same."""
1331 cell = contrib_rnn_cell.LayerNormBasicLSTMCell(
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
H A Drnn_cell.py1334 class LayerNormBasicLSTMCell(rnn_cell_impl.RNNCell): class in inherits:rnn_cell_impl.RNNCell
1385 super(LayerNormBasicLSTMCell, self).__init__(_reuse=reuse)

Completed in 268 milliseconds