Searched refs:OutputProjectionWrapper (Results 1 - 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/rnn/
H A D__init__.py35 @@OutputProjectionWrapper
85 from tensorflow.contrib.rnn.python.ops.core_rnn_cell import OutputProjectionWrapper namespace
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
H A Dcore_rnn_cell.py19 @@OutputProjectionWrapper
334 class OutputProjectionWrapper(RNNCell): class in inherits:RNNCell
358 super(OutputProjectionWrapper, self).__init__(_reuse=reuse)
/external/tensorflow/tensorflow/contrib/legacy_seq2seq/python/ops/
H A Dseq2seq.py367 cell = core_rnn_cell.OutputProjectionWrapper(cell, num_decoder_symbols)
489 cell = core_rnn_cell.OutputProjectionWrapper(cell, output_symbols)
868 cell = core_rnn_cell.OutputProjectionWrapper(cell, num_decoder_symbols)
1003 dec_cell = core_rnn_cell.OutputProjectionWrapper(
/external/tensorflow/tensorflow/contrib/legacy_seq2seq/python/kernel_tests/
H A Dseq2seq_test.py57 cell = core_rnn_cell.OutputProjectionWrapper(rnn_cell.GRUCell(2), 4)
73 cell = core_rnn_cell.OutputProjectionWrapper(rnn_cell.GRUCell(2), 4)
89 cell = core_rnn_cell.OutputProjectionWrapper(rnn_cell.GRUCell(2), 4)
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
H A Dcore_rnn_cell_test.py446 cell = contrib_rnn.OutputProjectionWrapper(rnn_cell_impl.GRUCell(3), 2)

Completed in 393 milliseconds