MCPcopy Create free account
hub / github.com/alibaba/nann / control_dependencies

Function control_dependencies

tensorflow/tensorflow/python/framework/ops.py:5226–5254  ·  view source on GitHub ↗

Wrapper for `Graph.control_dependencies()` using the default graph. See `tf.Graph.control_dependencies` for more details. When eager execution is enabled, any callable object in the `control_inputs` list will be called. Args: control_inputs: A list of `Operation` or `Tensor` objects

(control_inputs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

init_scopeFunction · 0.85

Calls 4

NullContextmanagerClass · 0.85
get_default_graphFunction · 0.85
executing_eagerlyMethod · 0.80
control_dependenciesMethod · 0.45

Tested by

no test coverage detected