Update generated Python Op docs.

Change: 137076680
This commit is contained in:
A. Unique TensorFlower 2016-10-24 13:01:44 -08:00 committed by TensorFlower Gardener
parent 69cf7d2ff5
commit 762904b0d0
2 changed files with 2 additions and 2 deletions

View File

@ -744,7 +744,7 @@ the shapes `[batch_size x s]` for each s in `state_size`.
Basic attention cell wrapper.
Implementation based on https://arxiv.org/pdf/1601.06733.pdf.
Implementation based on https://arxiv.org/abs/1409.0473.
- - -
#### `tf.contrib.rnn.AttentionCellWrapper.__call__(inputs, state, scope=None)` {#AttentionCellWrapper.__call__}

View File

@ -1,6 +1,6 @@
Basic attention cell wrapper.
Implementation based on https://arxiv.org/pdf/1601.06733.pdf.
Implementation based on https://arxiv.org/abs/1409.0473.
- - -
#### `tf.contrib.rnn.AttentionCellWrapper.__call__(inputs, state, scope=None)` {#AttentionCellWrapper.__call__}