tf.image.decode_image to tf.io.decode_image
tf.image.decode_image to tf.io.decode_image for API migration and consistency. Please see https://www.tensorflow.org/api_docs/python/tf/io/decode_image
This commit is contained in:
parent
5181fe54f3
commit
8756b99ac3
@ -75,6 +75,6 @@ downscaling the image later.
|
||||
|
||||
|
||||
This op also supports decoding PNGs and non-animated GIFs since the interface is
|
||||
the same, though it is cleaner to use `tf.image.decode_image`.
|
||||
the same, though it is cleaner to use `tf.io.decode_image`.
|
||||
END
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user