Skip to content

Commit

Permalink
Update generated Python Op docs.
Browse files Browse the repository at this point in the history
Change: 137076680
  • Loading branch information
tensorflower-gardener committed Oct 24, 2016
1 parent 69cf7d2 commit 762904b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tensorflow/g3doc/api_docs/python/contrib.rnn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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__}
Expand Down
Original file line number Diff line number Diff line change
@@ -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__}
Expand Down

0 comments on commit 762904b

Please sign in to comment.