addcdiv addcmul docs

This commit is contained in:
sunsuodong 2022-09-23 19:31:14 -07:00
parent 3515ffea1b
commit 2fad05497d
1 changed files with 2 additions and 2 deletions

View File

@ -651,7 +651,7 @@ class Tensor(Tensor_):
Tensor, has the same shape and dtype as x1/x2.
Supported Platforms:
``Ascend`` ``CPU``
``Ascend`` ``GPU`` ``CPU``
Examples:
>>> x = Tensor(np.array([1, 1, 1, 1]), mindspore.float32)
@ -683,7 +683,7 @@ class Tensor(Tensor_):
Tensor, has the same shape and dtype as x1*x2.
Supported Platforms:
``Ascend`` ``CPU``
``Ascend`` ``GPU`` ``CPU``
Examples:
>>> x = Tensor(np.array([1, 1, 1]), mindspore.float32)