Add tf.print an an alias for tf.Print (#19234)
Users with Python 3 or `from __future__ import print_function` can now use lowercase `tf.print`. `create_python_api.py` needed some adjustment to ensure that `print_function` doesn't appear as part of the API. Fixes #18053.
Loading
Please sign in to comment