Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_ExitGrad
Function · 0.80
__init__
Method · 0.80
ExitResult
Method · 0.80
AddForwardLoopCounter
Method · 0.80
AddBackpropLoopCounter
Method · 0.80
AddBackpropAccumulator
Method · 0.80
AddBackpropIndexedSlicesAccumulator
Method · 0.80
Calls
1
add
Method · 0.45
Tested by
no test coverage detected