Browse Source

fix bug.

pull/1506/head
zhaozhixuan 4 years ago
parent
commit
461634382f
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      ge/model/ge_root_model.h

+ 0
- 3
ge/model/ge_root_model.h View File

@@ -62,14 +62,11 @@ class GeRootModel {
ComputeGraphPtr root_graph_ = nullptr;
std::map<std::string, GeModelPtr> subgraph_instance_name_to_model_;
uint32_t model_id_ = 0;
<<<<<<< HEAD
bool is_specific_stream_ = false;
=======
// In multithread online secenario, same graph can owns different davinci_model for for concurrency
std::vector<uint32_t> model_ids_;
bool train_flag_ = false;
std::string model_name_;
>>>>>>> master
};
} // namespace ge
using GeRootModelPtr = std::shared_ptr<ge::GeRootModel>;


Loading…
Cancel
Save