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

8 lines
285 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.Meshgrid
======================
.. py:class:: mindspore.ops.Meshgrid(indexing='xy')
从给定的Tensor生成网格矩阵。给定N个一维Tensor对每个Tensor做扩张操作返回N个N维的Tensor。
更多参考详见 :func:`mindspore.ops.meshgrid`