aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-08 14:13:00 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-08 14:13:00 -0700
commit58d3e175cf4f0b732427650517595a2edb64be07 (patch)
tree62b5e7800e1bf75af89eb3a69b99d628c94ab362 /tensorflow/contrib
parent6534589de19fc808ef1c6c4f91c1dacb8523f3a5 (diff)
parent3302b4c1fcf2ecd3ae3119cddb16d057235ece07 (diff)
Merge pull request #22735 from Tingbopku:fix-reference
PiperOrigin-RevId: 216245934
Diffstat (limited to 'tensorflow/contrib')
-rw-r--r--tensorflow/contrib/rnn/python/ops/rnn_cell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/rnn/python/ops/rnn_cell.py b/tensorflow/contrib/rnn/python/ops/rnn_cell.py
index 78cea8feb4..0f693e9154 100644
--- a/tensorflow/contrib/rnn/python/ops/rnn_cell.py
+++ b/tensorflow/contrib/rnn/python/ops/rnn_cell.py
@@ -1110,7 +1110,7 @@ _Linear = core_rnn_cell._Linear # pylint: disable=invalid-name
class AttentionCellWrapper(rnn_cell_impl.RNNCell):
"""Basic attention cell wrapper.
- Implementation based on https://arxiv.org/abs/1409.0473.
+ Implementation based on https://arxiv.org/abs/1601.06733.
"""
def __init__(self,