From d30dd18e09c0f3225fee886bed78144a95fbb597 Mon Sep 17 00:00:00 2001 From: lwx897429 Date: Thu, 31 Dec 2020 11:16:31 +0800 Subject: [PATCH] fixed issue of repeated profile subscription --- ge/graph/load/new_model_manager/davinci_model.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/ge/graph/load/new_model_manager/davinci_model.cc b/ge/graph/load/new_model_manager/davinci_model.cc index 02aa3b61..ba2de8d9 100755 --- a/ge/graph/load/new_model_manager/davinci_model.cc +++ b/ge/graph/load/new_model_manager/davinci_model.cc @@ -734,7 +734,6 @@ Status DavinciModel::ReportProfilingData() { } ProfilingManager::Instance().ReportProfilingData(model_id_, GetTaskDescInfo(), compute_graph_desc_info); GE_CHK_STATUS(SinkModelProfile(), "Sink model profiler failed."); - op_list_.clear(); return SUCCESS; }