TensorFlow

API

 tf / control_dependencies


Wrapper for Graph.control_dependencies() using the default graph.

Used in the notebooks

Used in the tutorials

See tf.Graph.control_dependencies for more details.

When eager execution is enabled, any callable object in the control_inputs list will be called.

control_inputs A list of Operation or Tensor objects which must be executed or computed before running the operations defined in the context. Can also be None to clear the control dependencies. If eager execution is enabled, any callable object in the control_inputs list will be called.

A context manager that specifies control dependencies for all operations constructed within the context.

此页内容是否对您有帮助