Browse Source

fix compile

pull/1183/head
wangxiaotian22 4 years ago
parent
commit
b7540b3644
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save