mindspore/docs/api/api_python/ops/mindspore.ops.Padding.rst

9 lines
247 B
ReStructuredText
Raw 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.Padding
=====================
.. py:class:: mindspore.ops.Padding(pad_dim_size=8)
将输入Tensor的最后一个维度从1扩展到 `pad_dim_size` 其填充值为0。
更多参考详见 :func:`mindspore.ops.padding`