!41841 Op Conv3DTranspose does not support the platform of cpu

Merge pull request !41841 from 陈宇/code_docs_fix
This commit is contained in:
i-robot 2022-09-20 07:39:22 +00:00 committed by Gitee
commit f01b1d02d5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -8363,7 +8363,7 @@ class Conv3DTranspose(Primitive):
ValueError: If bias is not none. The rank of dout and weight is not 5.
Supported Platforms:
``Ascend`` ``GPU`` ``CPU``
``Ascend`` ``GPU``
Examples:
>>> dout = Tensor(np.ones([32, 16, 10, 32, 32]), mindspore.float16)