Browse Source

!781 Feature: delete compress_weight_conf para of aclgrphParse interface

From: @lixiwen1
Reviewed-by: @xchu42,@wqtshg
Signed-off-by: @ji_chen
tags/v1.2.0
mindspore-ci-bot Gitee 3 years ago
parent
commit
daf434a93a
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

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