Browse Source

Fix code check

tags/v1.2.0
dongduo 4 years ago
parent
commit
c42fb4dc20
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/graph/partition/engine_place.cc

+ 1
- 1
ge/graph/partition/engine_place.cc View File

@@ -56,7 +56,7 @@ Status EnginePlacer::Run() {
} }
bool is_check_support_success = true; bool is_check_support_success = true;
// Assign engine for each node in the graph // Assign engine for each node in the graph
ge::GELib::GetInstance()->().InitPerformanceStaistic();
ge::GELib::GetInstance()->DNNEngineManagerObj().InitPerformanceStaistic();
for (const auto &node_ptr : compute_graph_->GetDirectNode()) { for (const auto &node_ptr : compute_graph_->GetDirectNode()) {
GE_CHECK_NOTNULL(node_ptr); GE_CHECK_NOTNULL(node_ptr);
auto op_desc = node_ptr->GetOpDesc(); auto op_desc = node_ptr->GetOpDesc();


Loading…
Cancel
Save