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.OnesLike
======================
.. py:class:: mindspore.ops.OnesLike()
返回值为1的Tensor,shape和数据类型与输入相同。
**输入:**
- **input_x** (Tensor) - 任意维度的Tensor。
**输出:**
Tensor,具有与 `input_x` 相同的shape和类型,并填充了1。
**异常:**
- **TypeError** - `input_x` 不是Tensor。