diff --git a/ge/graph/manager/graph_manager.cc b/ge/graph/manager/graph_manager.cc index 706908af..84572d45 100755 --- a/ge/graph/manager/graph_manager.cc +++ b/ge/graph/manager/graph_manager.cc @@ -101,7 +101,7 @@ #include "graph/common/local_context.h" #include "graph/common/omg_util.h" #include "common/formats/utils/formats_trans_utils.h" -#include "external/register/register_pass.h" +#include "register/custom_pass_helper.h" namespace { const char *const kSummary = "Summary"; @@ -773,7 +773,7 @@ Status GraphManager::RunCustomPass(const GraphNodePtr &graph_node) { GE_TIMESTAMP_START(RunCustomPass); GraphPtr graph = std::const_pointer_cast(const_graph); - GE_CHK_STATUS_RET(CustomPassHelper::Instance()->Run(graph), "Graph[%s] run custom pass fail.", + GE_CHK_STATUS_RET(CustomPassHelper::Instance().Run(graph), "Graph[%s] run custom pass fail.", comp_graph->GetName().c_str()); GE_TIMESTAMP_END(RunCustomPass, "GraphBuilder::RunCustomPass"); return SUCCESS; diff --git a/metadef b/metadef index 37a90f0d..44bcbb5e 160000 --- a/metadef +++ b/metadef @@ -1 +1 @@ -Subproject commit 37a90f0dfd797306e99ec32a688be32a9ad835a4 +Subproject commit 44bcbb5ea25ada1a5393aa4c7f554d40b6859b18