Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ modules
Method
modules
tensorflow/tools/docs/parser.py:1370–1371 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1368
1369
@property
1370
def
modules(self):
1371
return
self._modules
1372
1373
def
_add_module(self, short_name, full_name, obj, doc, url):
1374
self._modules.append(_LinkInfo(short_name, full_name, obj, doc, url))
Callers
5
MaybeDumpHlo
Method · 0.80
RunOnModuleGroup
Method · 0.80
RunOnModuleGroup
Method · 0.80
TEST_F
Function · 0.80
RunOnModuleGroup
Method · 0.80
Calls
no outgoing calls
Tested by
2
RunOnModuleGroup
Method · 0.64
TEST_F
Function · 0.64