Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ __hash__
Method
__hash__
tensorflow/python/ops/variables.py:118–119 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
116
ONLY_FIRST_REPLICA = 3
117
118
def
__hash__(self):
119
return
hash(self.value)
120
121
def
__eq__(self, other):
122
if
self is other:
Callers
nothing calls this directly
Calls
1
hash
Class · 0.85
Tested by
no test coverage detected