forked from mindspore-Ecosystem/mindspore
!49738 Fix inplacesub docs
Merge pull request !49738 from JuiceZ/code_docs_dev
This commit is contained in:
commit
ad466952ed
|
@ -1510,7 +1510,7 @@ def inplace_sub(x, v, indices):
|
|||
ValueError: If the values of `indices` are not in range of `[0, x.shape[0])`.
|
||||
|
||||
Supported Platforms:
|
||||
``Ascend`` ``CPU``
|
||||
``Ascend`` ``GPU`` ``CPU``
|
||||
|
||||
Examples:
|
||||
>>> import numpy as np
|
||||
|
|
Loading…
Reference in New Issue