update op supported platforms

This commit is contained in:
lihongkang 2021-02-04 16:46:57 +08:00
parent 04e48a44af
commit 3796747871
1 changed files with 2 additions and 2 deletions

View File

@ -193,7 +193,7 @@ def gamma(shape, alpha, beta, seed=None):
The dtype is float32.
Supported Platforms:
``Ascend`` ``GPU`` ``CPU``
``Ascend`` ``CPU``
Examples:
>>> shape = (3, 1, 2)
@ -229,7 +229,7 @@ def poisson(shape, mean, seed=None):
The dtype is float32.
Supported Platforms:
``Ascend`` ``GPU`` ``CPU``
``Ascend`` ``CPU``
Examples:
>>> shape = (4, 1)