API 相关说明
返回该模块中对于buffers的一个可迭代对象。
Buffer被定义为是 Tensor 且不是 Parameter
Tensor
Parameter
recursive (bool) – if True, returns all buffers within this module, else only returns buffers that are direct attributes
bool
True
Iterable[Tensor]
Iterable
上一页
megengine.module.BatchNorm1d.apply
下一页
megengine.module.BatchNorm1d.children