tf.disable_eager_execution

Disables eager execution.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.disable_eager_execution

This function can only be called before any Graphs, Ops, or Tensors have been created. It can be used at the beginning of the program for complex migration projects from TensorFlow 1.x to 2.x.