Browse Source

Feature: delete compress_weight_conf para of aclgrphParse interface

pull/782/head
l00444296 4 years ago
parent
commit
50fdb59274
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      inc/external/ge/ge_api_types.h

+ 1
- 1
inc/external/ge/ge_api_types.h View File

@@ -394,7 +394,7 @@ const std::set<std::string> ir_builder_suppported_options = {INPUT_FORMAT,
// 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};
OUT_NODES, ENABLE_SCOPE_FUSION_PASSES};

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


Loading…
Cancel
Save