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

Method __init__

tensorflow/python/module/module_test.py:372–374  ·  view source on GitHub ↗
(self, name=None)

Source from the content-addressed store, hash-verified

370class TreeModule(module.Module):
371
372 def __init__(self, name=None):
373 super(TreeModule, self).__init__(name=name)
374 self._leaves = []
375
376 @module.Module.with_name_scope
377 def new_leaf(self, name=None):

Callers 5

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected