Browse Source

!14238 Remove worng comment of laplace op

From: @pkuliuliu
Reviewed-by: @lilongfei15,@jxlang910,@zhunaipan
Signed-off-by: @zhunaipan
pull/14238/MERGE
mindspore-ci-bot Gitee 5 years ago
parent
commit
661697bbc7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/ops/composite/random_ops.py

+ 1
- 1
mindspore/ops/composite/random_ops.py View File

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


Loading…
Cancel
Save