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

Method _add_control_inputs

tensorflow/tensorflow/python/framework/ops.py:2074–2087  ·  view source on GitHub ↗

Add a list of new control inputs to this operation. Args: ops: the list of Operations to add as control input. Raises: TypeError: if ops is not a list of Operations. ValueError: if any op in ops is from a different graph.

(self, ops)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

_control_inputsMethod · 0.95
remove_control_inputsFunction · 0.80
add_control_inputsFunction · 0.80
AddOpMethod · 0.80
_AddOpInternalMethod · 0.80
testAddControlInputMethod · 0.80
_subscribe_newFunction · 0.80
_subscribe_extendFunction · 0.80

Calls 1

TypeErrorFunction · 0.85

Tested by 1

testAddControlInputMethod · 0.64