This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
MegEngine
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix(imperative/mini_graph): fix no_err value in shape infer
GitOrigin-RevId:
087d15db66
tags/v1.3.0
Megvii Engine Team
4 years ago
parent
bc3561c1ee
commit
267d612723
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
imperative/src/impl/proxy_graph/mini_graph.h
+ 1
- 0
imperative/src/impl/proxy_graph/mini_graph.h
View File
@@ -606,6 +606,7 @@ public:
desc.comp_node = minigraph.output_var(i)->comp_node();
if (auto* shape = sess.infer_shape(i, false)) {
desc.layout.init_contiguous_stride(*shape);
noerr = true;
} else {
noerr = false;
}
Write
Preview
Loading…
Cancel
Save