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

Method AddName

tensorflow/python/ops/control_flow_ops.py:723–724  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

721 return values_def
722
723 def AddName(self, name):
724 self._values.add(name)
725
726 # pylint: disable=protected-access
727 def Enter(self):

Callers 7

_ExitGradFunction · 0.80
__init__Method · 0.80
ExitResultMethod · 0.80
AddForwardLoopCounterMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected