Split SinkModelProfile

pull/675/head
zhangxiaokun 4 years ago
parent 841393e5c7
commit 41e6087563

@ -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