Browse Source

Feature: delete compress_weight_conf para of aclgrphParse interface

tags/v1.2.0
l00444296 3 years ago
parent
commit
b098901aa1
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

@@ -397,7 +397,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