Browse Source

;

tags/v1.3.0
wjm 3 years ago
parent
commit
c32d264de6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/model/ge_root_model.h

+ 1
- 1
ge/model/ge_root_model.h View File

@@ -44,7 +44,7 @@ class GeRootModel {

void SetModelName(const std::string &model_name) { model_name_ = model_name; }
const std::string &GetModelName() const { return model_name_; };
const std::string &GetModelName() const { return model_name_; }
Status CheckIsUnknownShape(bool &is_dynamic_shape);



Loading…
Cancel
Save