remove supported platforms cpu

This commit is contained in:
CHEN YU 2022-09-13 16:02:25 +08:00
parent adf8ec5fb8
commit d3d93ae8a4
1 changed files with 1 additions and 1 deletions

View File

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