Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ __init__
Method
__init__
tensorflow/python/module/module_test.py:430–432 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
428
class
PropertyModule(module.Module):
429
430
def
__init__(self):
431
super(PropertyModule, self).__init__()
432
self._setter_scope_name = None
433
434
@property
435
@module.Module.with_name_scope
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected