API 相关说明
Returns an iterable for the buffers of the module.
Buffer is defined to be Tensor excluding 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.SlidingWindowTranspose.apply
下一页
megengine.module.SlidingWindowTranspose.children