mindspore/docs/api/api_python/ops/mindspore.ops.AdaptiveMaxPo...

16 lines
638 B
ReStructuredText
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

mindspore.ops.AdaptiveMaxPool2D
===============================
.. py:class:: mindspore.ops.AdaptiveMaxPool2D
对一个多平面输入信号执行二维自适应最大值池化。
更多参考详见 :func:`mindspore.ops.adaptive_max_pool2d`
输入:
- **input** (Tensor) - `AdaptiveMaxPool2D` 的输入为三维或四维的Tensor数据类型为float16、float32或者float64。
- **output_size** (tuple) - 输出特征图的size。 `output_size` 可以为二元tuple表示 :math:`(H, W)`:math:`H`:math:`W` 必须是int。
输出:
Tensor数据类型与 `input` 相同。