mindspore_gl.graph.PadDirection =============================== .. image:: https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/master/resource/_static/logo_source.svg :target: https://gitee.com/mindspore/graphlearning/blob/master/docs/api_python/graph/mindspore_gl.graph.PadDirection.rst :alt: 查看源文件 .. py:class:: mindspore_gl.graph.PadDirection 特定的二维数组的填充方向。 - ``PadDirection.ROW``: 沿行的方向进行填充。 - ``PadDirection.COL``: 沿列的方向进行填充。