aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/seq2seq/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/seq2seq/__init__.py')
-rw-r--r--tensorflow/contrib/seq2seq/__init__.py14
1 files changed, 4 insertions, 10 deletions
diff --git a/tensorflow/contrib/seq2seq/__init__.py b/tensorflow/contrib/seq2seq/__init__.py
index f4fc557085..29bce7bbae 100644
--- a/tensorflow/contrib/seq2seq/__init__.py
+++ b/tensorflow/contrib/seq2seq/__init__.py
@@ -15,15 +15,14 @@
"""Ops for building neural network seq2seq decoders and losses.
-## Decoder base class and functions
+See the @{$python/contrib.seq2seq} guide.
+
@@Decoder
@@dynamic_decode
-## Basic Decoder
@@BasicDecoderOutput
@@BasicDecoder
-## Decoder Helpers
@@Helper
@@CustomHelper
@@GreedyEmbeddingHelper
@@ -31,16 +30,11 @@
@@ScheduledOutputTrainingHelper
@@TrainingHelper
-## Attention
-
-### Scorers
-@@BahdanauScorer
-@@LuongScorer
+@@BahdanauAttention
+@@LuongAttention
-### Helper functions
@@hardmax
-### RNNCells
@@DynamicAttentionWrapperState
@@DynamicAttentionWrapper
"""