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

Method __init__

tensorflow/python/util/object_identity.py:160–161  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

158 """Like the built-in set, but compares objects with "is"."""
159
160 def __init__(self, *args):
161 self._storage = set([self._wrap_key(obj) for obj in list(*args)])
162
163 @staticmethod
164 def _from_storage(storage):

Callers 1

__init__Method · 0.45

Calls 1

_wrap_keyMethod · 0.95

Tested by

no test coverage detected