forked from mindspore-Ecosystem/mindspore
commit
d728f31cdb
|
@ -788,8 +788,8 @@ mindspore.Tensor
|
|||
|
||||
**异常:**
|
||||
|
||||
**TypeError** - `indices` 的数据类型不是int32,也不是int64。
|
||||
**ValueError** - Tensor的shape长度小于 `indices` 的shape的最后一个维度。
|
||||
- **TypeError** - `indices` 的数据类型不是int32,也不是int64。
|
||||
- **ValueError** - Tensor的shape长度小于 `indices` 的shape的最后一个维度。
|
||||
|
||||
.. py:method:: to_tensor(slice_index=None, shape=None, opt_shard_group=None)
|
||||
|
||||
|
|
|
@ -447,7 +447,7 @@ class Softsign(Primitive):
|
|||
TypeError: If dtype of `input_x` is neither float16 nor float32.
|
||||
|
||||
Supported Platforms:
|
||||
``Ascend`` `CPU``
|
||||
``Ascend`` ``CPU``
|
||||
|
||||
Examples:
|
||||
>>> input_x = Tensor(np.array([0, -1, 2, 30, -30]), mindspore.float32)
|
||||
|
|
Loading…
Reference in New Issue