!13383 modify supported platform of gamma and poisson

From: @bingyaweng
Reviewed-by: @wang_zi_dong,@zichun_ye
Signed-off-by: @ljl0711
pull/13383/MERGE
mindspore-ci-bot 4 years ago committed by Gitee
commit 7d5701c3e9

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

Loading…
Cancel
Save