!13383 modify supported platform of gamma and poisson

From: @bingyaweng
Reviewed-by: @wang_zi_dong,@zichun_ye
Signed-off-by: @ljl0711
This commit is contained in:
mindspore-ci-bot 2021-03-18 20:37:27 +08:00 committed by Gitee
commit 7d5701c3e9
1 changed files with 2 additions and 2 deletions

View File

@ -199,7 +199,7 @@ def gamma(shape, alpha, beta, seed=None):
TypeError: If dtype of `alpha` and `beta` is not float32.
Supported Platforms:
``Ascend`` ``CPU``
``Ascend``
Examples:
>>> shape = (3, 1, 2)
@ -240,7 +240,7 @@ def poisson(shape, mean, seed=None):
TypeError: If `seed` is not an int.
Supported Platforms:
``Ascend`` ``CPU``
``Ascend``
Examples:
>>> shape = (4, 1)