diff --git a/ge/graph/load/new_model_manager/davinci_model.h b/ge/graph/load/new_model_manager/davinci_model.h index ede979d0..be8efd90 100755 --- a/ge/graph/load/new_model_manager/davinci_model.h +++ b/ge/graph/load/new_model_manager/davinci_model.h @@ -240,8 +240,6 @@ class DavinciModel { const vector &GetDataList() const { return data_op_list_; } // get Op - const map &GetOpList() const { return op_list_; } - OpDescPtr GetOpByIndex(uint32_t index) const { if (op_list_.find(index) == op_list_.end()) { return nullptr;