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
!13520
fix schema bug
From:
@lyvette
Reviewed-by: @hangangqiang,@zhanghaibo5 Signed-off-by:
@hangangqiang
tags/v1.2.0-rc1
mindspore-ci-bot
Gitee
4 years ago
parent
3539952b66
9914f37eae
commit
7de2d7b331
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/lite/nnacl/infer/infer_register.h
+ 1
- 1
mindspore/lite/nnacl/infer/infer_register.h
View File
@@ -214,7 +214,7 @@ enum PrimType {
PrimType_ResizeGrad = 187,
PrimType_Splice = 188,
PrimType_MIN = PrimType_NONE,
PrimType_MAX = PrimType_Splice
PrimType_MAX = PrimType_Splice
+ 1
};
void RegInfer(int prim_type, InferShape func);
Write
Preview
Loading…
Cancel
Save