forked from mindspore-Ecosystem/mindspore
16 lines
278 B
ReStructuredText
16 lines
278 B
ReStructuredText
|
|
mindspore.ops.positive
|
||
|
|
======================
|
||
|
|
|
||
|
|
.. py:function:: mindspore.ops.positive(x)
|
||
|
|
|
||
|
|
返回输入Tensor。
|
||
|
|
|
||
|
|
参数:
|
||
|
|
- **x** (Tensor) - 输入Tensor。
|
||
|
|
|
||
|
|
返回:
|
||
|
|
输入Tensor。
|
||
|
|
|
||
|
|
异常:
|
||
|
|
- **TypeError** - `x` 的dtype是bool。
|