API 相关说明
Returns an iterable for key Parameter pairs of the module, where key is the dotted path from this module to the Parameter.
Parameter
key
prefix (Optional[str]) – prefix prepended to the keys.
Optional
str
recursive (bool) – if True, returns all Parameter within this module, else only returns Parameter that are direct attributes of this module.
bool
True
Iterable[Tuple[str, Parameter]]
Iterable
Tuple
上一页
megengine.module.SlidingWindowTranspose.named_modules
下一页
megengine.module.SlidingWindowTranspose.named_tensors