forked from mindspore-Ecosystem/mindspore
!41841 Op Conv3DTranspose does not support the platform of cpu
Merge pull request !41841 from 陈宇/code_docs_fix
This commit is contained in:
commit
f01b1d02d5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue