|
|
|
@@ -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>; |
|
|
|
|