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

Method AddInnerOp

tensorflow/python/ops/control_flow_ops.py:786–789  ·  view source on GitHub ↗

Notifies a scope about an operator added to an inner scope.

(self, op)

Source from the content-addressed store, hash-verified

784 # pylint: enable=protected-access
785
786 def AddInnerOp(self, op):
787 """Notifies a scope about an operator added to an inner scope."""
788 if self._outer_context:
789 self._outer_context.AddInnerOp(op)
790
791 def GetControlPivot(self):
792 """Returns the pivot node for this context, or None."""

Callers 6

grad_syncMethod · 0.45
AddValueMethod · 0.45
_AddOpInternalMethod · 0.45
AddValueMethod · 0.45
_AddOpInternalMethod · 0.45
_BuildLoopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected