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
add ut depend
tags/v1.2.0
wangxiaotian22
3 years ago
parent
342944505a
commit
919753675f
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
tests/depends/error_manager/src/error_manager_stub.cc
+ 4
- 0
tests/depends/error_manager/src/error_manager_stub.cc
View File
@@ -40,6 +40,10 @@ using namespace ErrorMessage;
return 0;
}
int ErrorManager::ReportInterErrMessage(std::string error_code, const std::string &error_msg) {
return 0;
}
///
/// @brief output error message
/// @param [in] handle: print handle
Write
Preview
Loading…
Cancel
Save