Browse Source

Split SinkModelProfile

tags/v1.2.0
zhangxiaokun 3 years ago
parent
commit
41e6087563
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      ge/graph/load/new_model_manager/davinci_model.h

+ 0
- 2
ge/graph/load/new_model_manager/davinci_model.h View File

@@ -240,8 +240,6 @@ class DavinciModel {
const vector<OpDescPtr> &GetDataList() const { return data_op_list_; }

// get Op
const map<uint32_t, OpDescPtr> &GetOpList() const { return op_list_; }

OpDescPtr GetOpByIndex(uint32_t index) const {
if (op_list_.find(index) == op_list_.end()) {
return nullptr;


Loading…
Cancel
Save