Update generated Python Op docs.
Change: 132731635
This commit is contained in:
parent
4d241449ae
commit
af02c57ade
@ -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:
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user