aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-09-09 15:48:17 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-09-09 17:03:06 -0700
commitaf02c57adec03a0c037420d29bfac2f8e047db0b (patch)
treeb533934bf3a829f0abe4ee97de6a8b92f4ad81f1
parent4d241449aeb3707143c64e1be106cc6828a0d7b0 (diff)
Update generated Python Op docs.
Change: 132731635
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard5/tf.image.rot90.md7
-rw-r--r--tensorflow/g3doc/api_docs/python/image.md7
2 files changed, 8 insertions, 6 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard5/tf.image.rot90.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard5/tf.image.rot90.md
index c518bd4b75..3923d715ab 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard5/tf.image.rot90.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard5/tf.image.rot90.md
@@ -1,12 +1,13 @@
-### `tf.image.rot90(image, k=1)` {#rot90}
+### `tf.image.rot90(image, k=1, name=None)` {#rot90}
Rotate an image counter-clockwise by 90 degrees.
##### Args:
-* <b>`image`</b>: A 3-D tensor of shape `[height, width, channels].`
-* <b>`k`</b>: Number of times the image is rotated by 90 degrees.
+* <b>`image`</b>: A 3-D tensor of shape `[height, width, channels]`.
+* <b>`k`</b>: A scalar integer. The number of times the image is rotated by 90 degrees.
+* <b>`name`</b>: A name for this operation (optional).
##### Returns:
diff --git a/tensorflow/g3doc/api_docs/python/image.md b/tensorflow/g3doc/api_docs/python/image.md
index d30e3e5374..3b7c3e65be 100644
--- a/tensorflow/g3doc/api_docs/python/image.md
+++ b/tensorflow/g3doc/api_docs/python/image.md
@@ -749,15 +749,16 @@ See also `transpose()`.
- - -
-### `tf.image.rot90(image, k=1)` {#rot90}
+### `tf.image.rot90(image, k=1, name=None)` {#rot90}
Rotate an image counter-clockwise by 90 degrees.
##### Args:
-* <b>`image`</b>: A 3-D tensor of shape `[height, width, channels].`
-* <b>`k`</b>: Number of times the image is rotated by 90 degrees.
+* <b>`image`</b>: A 3-D tensor of shape `[height, width, channels]`.
+* <b>`k`</b>: A scalar integer. The number of times the image is rotated by 90 degrees.
+* <b>`name`</b>: A name for this operation (optional).
##### Returns: