aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-02-06 19:36:59 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-06 19:53:40 -0800
commit91ddcecad9b81fdbf08398a650bad4051ad42228 (patch)
tree27fd95675d1c89f5a27ea4fb9491d60055cb02da /tensorflow/g3doc
parent340196db3898d80646ddeb5201b97a67b8ab5565 (diff)
Update generated Python Op docs.
Change: 146741901
Diffstat (limited to 'tensorflow/g3doc')
-rw-r--r--tensorflow/g3doc/api_docs/python/contrib.rnn.md5
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.contrib.rnn.ResidualWrapper.md5
2 files changed, 2 insertions, 8 deletions
diff --git a/tensorflow/g3doc/api_docs/python/contrib.rnn.md b/tensorflow/g3doc/api_docs/python/contrib.rnn.md
index a4600e50b5..6482ec4b01 100644
--- a/tensorflow/g3doc/api_docs/python/contrib.rnn.md
+++ b/tensorflow/g3doc/api_docs/python/contrib.rnn.md
@@ -1104,17 +1104,14 @@ Constructs a `ResidualWrapper` for `cell`.
#### `tf.contrib.rnn.ResidualWrapper.output_size` {#ResidualWrapper.output_size}
-Integer or TensorShape: size of outputs produced by this cell.
+
- - -
#### `tf.contrib.rnn.ResidualWrapper.state_size` {#ResidualWrapper.state_size}
-size(s) of state(s) used by this cell.
-It can be represented by an Integer, a TensorShape or a tuple of Integers
-or TensorShapes.
- - -
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.contrib.rnn.ResidualWrapper.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.contrib.rnn.ResidualWrapper.md
index cbc0b1effe..7434d63eba 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.contrib.rnn.ResidualWrapper.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard7/tf.contrib.rnn.ResidualWrapper.md
@@ -39,17 +39,14 @@ Constructs a `ResidualWrapper` for `cell`.
#### `tf.contrib.rnn.ResidualWrapper.output_size` {#ResidualWrapper.output_size}
-Integer or TensorShape: size of outputs produced by this cell.
+
- - -
#### `tf.contrib.rnn.ResidualWrapper.state_size` {#ResidualWrapper.state_size}
-size(s) of state(s) used by this cell.
-It can be represented by an Integer, a TensorShape or a tuple of Integers
-or TensorShapes.
- - -