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
fix compile
pull/1183/head
wangxiaotian22
4 years ago
parent
368ed65491
commit
b7540b3644
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ge/graph/load/model_manager/davinci_model.h
+ 1
- 1
ge/graph/load/model_manager/davinci_model.h
View File
@@ -412,7 +412,7 @@ class DavinciModel {
///
uint64_t GetSessionId() const { return session_id_; }
struct ErrorMessage::Context &GetErrorContext() const { return error_context_; }
const
struct ErrorMessage::Context &GetErrorContext() const { return error_context_; }
///
/// @ingroup ge
Write
Preview
Loading…
Cancel
Save