modify tensor format
This commit is contained in:
parent
74915cc97a
commit
c0770874fe
|
@ -692,7 +692,7 @@ mindspore.Tensor
|
|||
|
||||
.. note::
|
||||
- 如果 `indices` 的某些值超出范围,则相应的 `updates` 不会更新为 `input_x` ,而不是抛出索引错误。
|
||||
- 算子无法处理除0异常, 用户需保证 `updates `中没有0值。
|
||||
- 算子无法处理除0异常, 用户需保证 `updates` 中没有0值。
|
||||
|
||||
**参数:**
|
||||
|
||||
|
@ -705,8 +705,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)
|
||||
|
||||
|
@ -819,7 +819,7 @@ mindspore.Tensor
|
|||
|
||||
**返回:**
|
||||
|
||||
Tensor,是一个与`x` 相同类型的Tensor。
|
||||
Tensor,是一个与 `x` 相同类型的Tensor。
|
||||
|
||||
**异常:**
|
||||
|
||||
|
@ -845,7 +845,7 @@ mindspore.Tensor
|
|||
|
||||
**返回:**
|
||||
|
||||
Tensor,是一个与`x` 相同类型的Tensor。
|
||||
Tensor,是一个与 `x` 相同类型的Tensor。
|
||||
|
||||
**异常:**
|
||||
|
||||
|
@ -871,7 +871,7 @@ mindspore.Tensor
|
|||
|
||||
**返回:**
|
||||
|
||||
Tensor,是一个与`x` 相同类型的Tensor。
|
||||
Tensor,是一个与 `x` 相同类型的Tensor。
|
||||
|
||||
**异常:**
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ mindspore.ops.bitwise_and
|
|||
|
||||
**返回:**
|
||||
|
||||
Tensor,是一个与`x` 相同类型的Tensor。
|
||||
Tensor,是一个与 `x` 相同类型的Tensor。
|
||||
|
||||
**异常:**
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ mindspore.ops.bitwise_or
|
|||
|
||||
**返回:**
|
||||
|
||||
Tensor,是一个与`x` 相同类型的Tensor。
|
||||
Tensor,是一个与 `x` 相同类型的Tensor。
|
||||
|
||||
**异常:**
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ mindspore.ops.bitwise_xor
|
|||
|
||||
**返回:**
|
||||
|
||||
Tensor,是一个与`x` 相同类型的Tensor。
|
||||
Tensor,是一个与 `x` 相同类型的Tensor。
|
||||
|
||||
**异常:**
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ mindspore.ops.TensorScatterDiv
|
|||
|
||||
.. note::
|
||||
- 如果 `indices` 的某些值超出范围,则相应的 `updates` 不会更新为 `input_x` ,而不是抛出索引错误。
|
||||
- 算子无法处理除0异常, 用户需保证 `updates `中没有0值。
|
||||
- 算子无法处理除0异常, 用户需保证 `updates` 中没有0值。
|
||||
|
||||
|
||||
**输入:**
|
||||
|
|
Loading…
Reference in New Issue