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

Method Enter

tensorflow/python/ops/control_flow_ops.py:727–731  ·  view source on GitHub ↗

Enter this control flow context.

(self)

Source from the content-addressed store, hash-verified

725
726 # pylint: disable=protected-access
727 def Enter(self):
728 """Enter this control flow context."""
729 graph = ops.get_default_graph()
730 self._context_stack.append(graph._get_control_flow_context())
731 graph._set_control_flow_context(self)
732
733 def Exit(self):
734 """Exit this control flow context."""

Callers 15

_MergeGradFunction · 0.45
_ExitGradFunction · 0.45
__init__Method · 0.45
AddForwardAccumulatorMethod · 0.45
GetRealValueMethod · 0.45
EnterGradWhileContextMethod · 0.45
ZerosLikeForExitMethod · 0.45
ZerosLikeMethod · 0.45
PostProcessingMethod · 0.45
from_protoMethod · 0.45
condFunction · 0.45

Calls 3

appendMethod · 0.45

Tested by

no test coverage detected