From f1af028bc5b26a1b159d308d5a6afb2a043b283a Mon Sep 17 00:00:00 2001 From: pkuliuliu Date: Sat, 27 Mar 2021 15:38:04 +0800 Subject: [PATCH] remove wrong comment of laplace op --- mindspore/ops/composite/random_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindspore/ops/composite/random_ops.py b/mindspore/ops/composite/random_ops.py index eba97fc0449..66985d1b6d5 100644 --- a/mindspore/ops/composite/random_ops.py +++ b/mindspore/ops/composite/random_ops.py @@ -91,7 +91,7 @@ def laplace(shape, mean, lambda_param, seed=None): The dtype is float32. Supported Platforms: - ``Ascend`` ``GPU`` ``CPU`` + ``Ascend`` Examples: >>> from mindspore import Tensor