aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-06-06 15:09:26 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-06-06 16:18:31 -0700
commit17f56a8f11e9a98213ecc1d7d9059ef986b52d89 (patch)
treeb489cc683bd0d28c3530dd7b926f76721c9fcd82
parentb1b2dc893d616c024c5390dae8b2f932c917d7f8 (diff)
Update generated Python Op docs.
Change: 124189418
-rw-r--r--tensorflow/g3doc/api_docs/python/array_ops.md4
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard3/tf.shape.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/tensorflow/g3doc/api_docs/python/array_ops.md b/tensorflow/g3doc/api_docs/python/array_ops.md
index b80026bd3a..74bdd822e4 100644
--- a/tensorflow/g3doc/api_docs/python/array_ops.md
+++ b/tensorflow/g3doc/api_docs/python/array_ops.md
@@ -216,7 +216,7 @@ This operation returns a 1-D integer tensor representing the shape of `input`.
For example:
-```prettyprint
+```python
# 't' is [[[1, 1, 1], [2, 2, 2]], [[3, 3, 3], [4, 4, 4]]]
shape(t) ==> [2, 2, 3]
```
@@ -224,7 +224,7 @@ shape(t) ==> [2, 2, 3]
##### Args:
-* <b>`input`</b>: A `Tensor`.
+* <b>`input`</b>: A `Tensor` or `SparseTensor`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns:
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard3/tf.shape.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard3/tf.shape.md
index 4262f41a3d..4cbbcf4ab1 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard3/tf.shape.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard3/tf.shape.md
@@ -6,7 +6,7 @@ This operation returns a 1-D integer tensor representing the shape of `input`.
For example:
-```prettyprint
+```python
# 't' is [[[1, 1, 1], [2, 2, 2]], [[3, 3, 3], [4, 4, 4]]]
shape(t) ==> [2, 2, 3]
```
@@ -14,7 +14,7 @@ shape(t) ==> [2, 2, 3]
##### Args:
-* <b>`input`</b>: A `Tensor`.
+* <b>`input`</b>: A `Tensor` or `SparseTensor`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns: