Browse Source

remove wrong comment of laplace op

pull/14238/head
pkuliuliu 4 years ago
parent
commit
f1af028bc5
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