Allow `tf.enable_eager_execution()` to be run multiple times.
Subsequent calls after a successful call to enable eager execution are a no op. This is mostly to support colab where I might accidentally re-execute this and have to clear a large stack trace / split my import cell. PiperOrigin-RevId: 210344960
Loading
Please sign in to comment