From 3796747871aa7684cda1532f70b09bd6cca13805 Mon Sep 17 00:00:00 2001 From: lihongkang <[lihongkang1@huawei.com]> Date: Thu, 4 Feb 2021 16:46:57 +0800 Subject: [PATCH] update op supported platforms --- mindspore/ops/composite/random_ops.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mindspore/ops/composite/random_ops.py b/mindspore/ops/composite/random_ops.py index cde4e4ad5a..5dc649201c 100644 --- a/mindspore/ops/composite/random_ops.py +++ b/mindspore/ops/composite/random_ops.py @@ -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)