forked from mindspore-Ecosystem/mindspore
remove supported platforms cpu
This commit is contained in:
parent
adf8ec5fb8
commit
d3d93ae8a4
|
@ -8483,7 +8483,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