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:
angusluo 2020-03-13 11:50:46 +08:00 committed by GitHub
parent 5181fe54f3
commit 8756b99ac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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