MCPcopy Create free account
hub / github.com/LynnHo/EigenGAN-Tensorflow / existing_modules

Method existing_modules

tflib/deep_learning/module.py:11–12  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

9
10 @classmethod
11 def existing_modules(cls):
12 return cls.__existing_modules
13
14 def __init__(self, scope=None):
15 self._scope = (type(self).__name__ + '_' + uuid.uuid4().hex[:4]) if scope in [None, ''] else scope

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected