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

Method __hash__

tensorflow/python/ops/variables.py:138–139  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

136 ONLY_FIRST_TOWER = 3 # DEPRECATED
137
138 def __hash__(self):
139 return hash(self.value)
140
141
142# LINT.ThenChange(//tensorflow/core/framework/variable.proto)

Callers

nothing calls this directly

Calls 1

hashClass · 0.85

Tested by

no test coverage detected