API 相关说明
对输入数据进行2D最大池化。
更多信息参见 MaxPool2d。
MaxPool2d
inp (Tensor) – 输入张量。
Tensor
oshp (Union[Tuple[int, int], int, Tensor]) – OH, OW)` size of the output shape.
Union
Tuple
int
输出张量。
上一页
megengine.functional.nn.adaptive_avg_pool2d
下一页
megengine.functional.nn.deformable_psroi_pooling