From 50fdb59274c154cda4dde8d804c7a923e161e787 Mon Sep 17 00:00:00 2001 From: l00444296 Date: Mon, 28 Dec 2020 21:14:34 +0800 Subject: [PATCH] Feature: delete compress_weight_conf para of aclgrphParse interface --- inc/external/ge/ge_api_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/external/ge/ge_api_types.h b/inc/external/ge/ge_api_types.h index f2d083ae..e89d70c4 100644 --- a/inc/external/ge/ge_api_types.h +++ b/inc/external/ge/ge_api_types.h @@ -394,7 +394,7 @@ const std::set ir_builder_suppported_options = {INPUT_FORMAT, // for interface: aclgrphParse const std::set 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 global_options = {CORE_TYPE,