From 5168f13a57e7b5cd0b19a708dd1bdb820d5cb7f0 Mon Sep 17 00:00:00 2001 From: dongduo Date: Thu, 10 Dec 2020 14:34:36 +0800 Subject: [PATCH] Fix code check --- ge/graph/partition/engine_place.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ge/graph/partition/engine_place.cc b/ge/graph/partition/engine_place.cc index f71585dc..f4ebbdca 100755 --- a/ge/graph/partition/engine_place.cc +++ b/ge/graph/partition/engine_place.cc @@ -56,7 +56,7 @@ Status EnginePlacer::Run() { } bool is_check_support_success = true; // 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()) { GE_CHECK_NOTNULL(node_ptr); auto op_desc = node_ptr->GetOpDesc();