modify suported platform of gamma and possion

This commit is contained in:
zhangxinfeng3 2021-03-16 11:10:58 +08:00
parent 6e390ff119
commit 1029695b54
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`` ``CPU``
``Ascend``
Examples:
>>> shape = (3, 1, 2)
@ -229,7 +229,7 @@ def poisson(shape, mean, seed=None):
The dtype is float32.
Supported Platforms:
``Ascend`` ``CPU``
``Ascend``
Examples:
>>> shape = (4, 1)