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

Method _control_inputs

tensorflow/python/framework/ops.py:2235–2239  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2233
2234 @property
2235 def _control_inputs(self):
2236 logging.warning("Operation._control_inputs is private, use "
2237 "Operation.control_inputs instead. "
2238 "Operation._control_inputs will eventually be removed.")
2239 return self.control_inputs
2240
2241 @_control_inputs.setter
2242 def _control_inputs(self, value):

Callers

nothing calls this directly

Calls 3

_add_control_inputsMethod · 0.95
copyMethod · 0.45

Tested by

no test coverage detected