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
fix examples of P.Fill
tags/v0.2.0-alpha
万万没想到
Gitee
5 years ago
parent
0830ad932b
commit
b8c16f97f7
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/operations/array_ops.py
+ 1
- 1
mindspore/ops/operations/array_ops.py
View File
@@ -713,7 +713,7 @@ class Fill(PrimitiveWithInfer):
Examples:
>>> fill = P.Fill()
>>> fill(
P.DType()(x)
, (2, 2), 1)
>>> fill(
mindspore.float32
, (2, 2), 1)
"""
@prim_attr_register
Write
Preview
Loading…
Cancel
Save