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