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

Method ExitResult

tensorflow/python/ops/control_flow_ops.py:749–755  ·  view source on GitHub ↗

Make a list of tensors available in the outer context.

(self, result)

Source from the content-addressed store, hash-verified

747 self._outer_context.ExitGradientColocation(op, gradient_uid)
748
749 def ExitResult(self, result):
750 """Make a list of tensors available in the outer context."""
751 if self._outer_context:
752 nest.map_structure(
753 lambda x: self._outer_context.AddName(x.name),
754 result,
755 expand_composites=True)
756
757 def GetWhileContext(self):
758 """Return the while context containing this context."""

Callers 9

_EnterGradFunction · 0.80
condFunction · 0.80
AddForwardLoopCounterMethod · 0.80
_BuildLoopMethod · 0.80
_compile_internalFunction · 0.80

Calls 1

AddNameMethod · 0.80

Tested by

no test coverage detected