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`。