diff --git a/mindspore/ops/composite/random_ops.py b/mindspore/ops/composite/random_ops.py index eba97fc044..66985d1b6d 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