!49738 Fix inplacesub docs

Merge pull request !49738 from JuiceZ/code_docs_dev
This commit is contained in:
i-robot 2023-03-06 01:36:10 +00:00 committed by Gitee
commit ad466952ed
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -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