MCPcopy 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

MaybeDumpHloMethod · 0.80
RunOnModuleGroupMethod · 0.80
RunOnModuleGroupMethod · 0.80
TEST_FFunction · 0.80
RunOnModuleGroupMethod · 0.80

Calls

no outgoing calls

Tested by 2

RunOnModuleGroupMethod · 0.64
TEST_FFunction · 0.64