Update generated Python Op docs.

Change: 132731635
This commit is contained in:
A. Unique TensorFlower 2016-09-09 15:48:17 -08:00 committed by TensorFlower Gardener
parent 4d241449ae
commit af02c57ade
2 changed files with 8 additions and 6 deletions

View File

@ -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:

View File

@ -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: