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

Method list

tensorflow/python/framework/registry.py:74–80  ·  view source on GitHub ↗

Lists registered items. Returns: A list of names of registered objects.

(self)

Source from the content-addressed store, hash-verified

72 self._registry[name] = {_TYPE_TAG: candidate, _LOCATION_TAG: location_tag}
73
74 def list(self):
75 """Lists registered items.
76
77 Returns:
78 A list of names of registered objects.
79 """
80 return self._registry.keys()
81
82 def lookup(self, name):
83 """Looks up "name".

Calls 1

keysMethod · 0.45

Tested by 15

testRegistryBasicsMethod · 0.76
TEST_FFunction · 0.64
TESTFunction · 0.64
EqualFunctionNodeDefFunction · 0.64
EqualFunctionNodeDefFunction · 0.64
VerifyNodeHasColocationFunction · 0.64
TEST_FFunction · 0.64