From 17f56a8f11e9a98213ecc1d7d9059ef986b52d89 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 6 Jun 2016 15:09:26 -0800 Subject: Update generated Python Op docs. Change: 124189418 --- tensorflow/g3doc/api_docs/python/array_ops.md | 4 ++-- .../g3doc/api_docs/python/functions_and_classes/shard3/tf.shape.md | 4 ++-- 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: -* `input`: A `Tensor`. +* `input`: A `Tensor` or `SparseTensor`. * `name`: 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: -* `input`: A `Tensor`. +* `input`: A `Tensor` or `SparseTensor`. * `name`: A name for the operation (optional). ##### Returns: -- cgit v1.2.3