Browse Source

fix centos compile error

pull/362/head
wangzhengjun 4 years ago
parent
commit
45eefe9375
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      parser/common/acl_graph_parser_util.cc

+ 1
- 1
parser/common/acl_graph_parser_util.cc View File

@@ -55,7 +55,7 @@ const int kWarningThreshold = 536870912 * 2; // 536870912 represent 512M
const uint32_t kSetOutputWithNodeAndIndex = 0x1;
const uint32_t kSetOutputWithTensorName = 0x2;
const uint32_t kSetOutputModeMixed = 0x3;
const std::unordered_set<domi::FrameworkType> kSupportTensorAsOutput = {
const std::set<domi::FrameworkType> kSupportTensorAsOutput = {
domi::CAFFE,
domi::ONNX
};


Loading…
Cancel
Save