Browse Source

Feature: delete unsupptorted paras checklist of aclgrphParse interface

tags/v1.2.0
lixiwen1 3 years ago
parent
commit
67e9ecab84
1 changed files with 3 additions and 7 deletions
  1. +3
    -7
      inc/external/ge/ge_api_types.h

+ 3
- 7
inc/external/ge/ge_api_types.h View File

@@ -395,13 +395,9 @@ const std::set<std::string> ir_builder_suppported_options = {INPUT_FORMAT,
OP_BANK_UPDATE}; OP_BANK_UPDATE};


// for interface: aclgrphParse // for interface: aclgrphParse
const std::set<std::string> ir_parser_suppported_options = {INPUT_FP16_NODES,
IS_INPUT_ADJUST_HW_LAYOUT,
IS_OUTPUT_ADJUST_HW_LAYOUT,
OUTPUT,
OUT_NODES,
COMPRESS_WEIGHT_CONF,
ENABLE_SCOPE_FUSION_PASSES};
const std::set<std::string> ir_parser_suppported_options = {
INPUT_FP16_NODES, IS_INPUT_ADJUST_HW_LAYOUT, IS_OUTPUT_ADJUST_HW_LAYOUT, OUTPUT,
OUT_NODES, COMPRESS_WEIGHT_CONF, ENABLE_SCOPE_FUSION_PASSES};


// for interface: aclgrphBuildInitialize // for interface: aclgrphBuildInitialize
const std::set<std::string> global_options = {CORE_TYPE, const std::set<std::string> global_options = {CORE_TYPE,


Loading…
Cancel
Save