megengine.module.Pad.parameters

Pad.parameters(recursive=True, **kwargs)

Returns an iterable for the Parameter of the module.

参数

recursive (bool) – If True, returns all Parameter within this module, else only returns Parameter that are direct attributes of this module.

返回类型

Iterable[Parameter]