Skip to content

Commit

Permalink
Fixed indentation and reverting the output back
Browse files Browse the repository at this point in the history
  • Loading branch information
HotPotatoC committed Dec 27, 2019
1 parent 171b823 commit fc47bc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tensorflow/python/ops/image_ops_impl.py
Expand Up @@ -2936,7 +2936,8 @@ def rgb_to_yiq(images):
>>> x = tf.constant([[[1.0, 2.0, 3.0]]])
>>> tf.image.rgb_to_yiq(x)
array([[[ 1.815 , -0.91724455, 0.09962624]]], dtype=float32)
<tf.Tensor: shape=(1, 1, 3), dtype=float32,
numpy=array([[[ 1.815 , -0.91724455, 0.09962624]]], dtype=float32)>
Args:
images: 2-D or higher rank. Image data to convert. Last dimension must be
Expand Down

0 comments on commit fc47bc4

Please sign in to comment.