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

Method GetControlPivot

tensorflow/python/ops/control_flow_ops.py:1632–1635  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1630 return self
1631
1632 def GetControlPivot(self):
1633 if self._pivot_for_body is not None:
1634 return self._pivot_for_body
1635 return self._pivot_for_pred
1636
1637 def AddValue(self, val):
1638 """Add `val` to the current context and its outer context recursively."""

Callers 2

_AddOpInternalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected