API 相关说明
Returns an iterable of key-module pairs for all the modules within this module, including itself, where ‘key’ is the dotted path from this module to the submodules.
prefix (Optional[str]) – prefix prepended to the path.
Optional
str
Iterable[Tuple[str, Module]]
Iterable
Tuple
Module
上一页
megengine.traced_module.TracedModule.named_children
下一页
megengine.traced_module.TracedModule.named_parameters