This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
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
36dbb2690e
f1af028bc5
commit
661697bbc7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save