MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _remove_all_control_inputs

Method _remove_all_control_inputs

tensorflow/python/framework/ops.py:2103–2105  ·  view source on GitHub ↗

Removes any control inputs to this operation.

(self)

Source from the content-addressed store, hash-verified

2101 c_api.AddControlInput(self._graph._c_graph, self._c_op, op._c_op) # pylint: disable=protected-access
2102
2103 def _remove_all_control_inputs(self):
2104 """Removes any control inputs to this operation."""
2105 c_api.RemoveAllControlInputs(self._graph._c_graph, self._c_op) # pylint: disable=protected-access
2106
2107 def _add_outputs(self, types, shapes):
2108 """Adds new Tensors to self.outputs.

Callers 7

_control_inputsMethod · 0.95
remove_control_inputsFunction · 0.80
_subscribe_newFunction · 0.80

Calls

no outgoing calls

Tested by 1