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
!5204
fix bugs
Merge pull request
!5204
from lihongkang/lhk_master
tags/v1.0.0
mindspore-ci-bot
Gitee
6 years ago
parent
81989d6884
073c6dd6f1
commit
a15b9beb74
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/_grad_ops.py
+ 1
- 1
mindspore/ops/operations/_grad_ops.py
View File
@@ -1125,7 +1125,7 @@ class ResizeBilinearGrad(PrimitiveWithInfer):
return orig_shape
def infer_dtype(self, dout_dtype, orig_type):
return
dout_d
type
return
orig_
type
class ResizeNearestNeighborGrad(PrimitiveWithInfer):
Write
Preview
Loading…
Cancel
Save