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.Eye
==================
.. py:class:: mindspore.ops.Eye
返回一个主对角线上元素为1,其余元素为0的tensor。
输入:
- **n** (int) - 返回的行数。
- **m** (int) - 返回的列数。
- **t** (mindspore.dtype) - 返回的数据类型。
输出:
Tensor