This CL enables tf.print to print to the cell output in Jupyter notebooks. It...
This CL enables tf.print to print to the cell output in Jupyter notebooks. It works by adding a log listener registration mechanism to the C API, and registering a listener that prints messages directly to python's stdout when in an ipython environment. PiperOrigin-RevId: 232356327
Loading
Please sign in to comment