This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
graphengine
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Fix UT
tags/v1.2.0
zhangxiaokun
4 years ago
parent
501111b020
commit
2e34ed1acd
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/load/davinci_model_unittest.cc
+ 1
- 1
tests/ut/ge/graph/load/davinci_model_unittest.cc
View File
@@ -333,7 +333,7 @@ TEST_F(UtestDavinciModel, Init_variable_op) {
EXPECT_EQ(model.InitNodes(graph), SUCCESS);
EXPECT_EQ(model.ReturnNoOutput(1),
SUCCESS
);
EXPECT_EQ(model.ReturnNoOutput(1),
PARAM_INVALID
);
EXPECT_NE(model.SyncVarData(), SUCCESS);
}
Write
Preview
Loading…
Cancel
Save