TensorFlow

API

 tf.compat / v1 / v1.disable_tensor_equality


Disables TensorFlow 2.x behaviors.

Used in the notebooks

Used in the tutorials

This function can be called at the beginning of the program (before Tensors, Graphs or other structures have been created, and before devices have been initialized. It switches all global behaviors that are different between TensorFlow 1.x and 2.x to behave as intended for 1.x.

User can call this function to disable 2.x behavior during complex migrations.


此页内容是否对您有帮助