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

Method __hash__

tensorflow/contrib/labeled_tensor/python/ops/core.py:253–254  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

251 return len(self._axes)
252
253 def __hash__(self):
254 return hash(tuple(self.items()))
255
256 @tc.accepts(object, string_types)
257 def remove(self, axis_name):

Callers

nothing calls this directly

Calls 2

hashClass · 0.85
tupleFunction · 0.85

Tested by

no test coverage detected