This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
MindSpore-GraphEngine
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
10
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
ut compile
pull/1193/head
wangxiaotian22
4 years ago
parent
42f04ecbbd
commit
3925c4116a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/ut/ge/graph/build/graph_builder_unittest.cc
+ 1
- 1
tests/ut/ge/graph/build/graph_builder_unittest.cc
View File
@@ -103,6 +103,6 @@ TEST_F(UtestGraphBuilder, BuildForKnownShapeGraph_test) {
ge::GraphBuilder builder;
ge::GeModelPtr ge_model_ptr = nullptr;
builder.Build
ForKnownShapeGraph(graph, ge_model_ptr, 0
);
builder.Build
(graph, ge_model_ptr, 1
);
}
Write
Preview
Loading…
Cancel
Save