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
modify suported platform of gamma and possion
tags/v1.2.0-rc1
zhangxinfeng3
4 years ago
parent
6e390ff119
commit
1029695b54
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
mindspore/ops/composite/random_ops.py
+ 2
- 2
mindspore/ops/composite/random_ops.py
View File
@@ -193,7 +193,7 @@ def gamma(shape, alpha, beta, seed=None):
The dtype is float32.
The dtype is float32.
Supported Platforms:
Supported Platforms:
``Ascend``
``CPU``
``Ascend``
Examples:
Examples:
>>> shape = (3, 1, 2)
>>> shape = (3, 1, 2)
@@ -229,7 +229,7 @@ def poisson(shape, mean, seed=None):
The dtype is float32.
The dtype is float32.
Supported Platforms:
Supported Platforms:
``Ascend``
``CPU``
``Ascend``
Examples:
Examples:
>>> shape = (4, 1)
>>> shape = (4, 1)
Write
Preview
Loading…
Cancel
Save