From b098901aa1b64b7577ee53727e89887a28dc8925 Mon Sep 17 00:00:00 2001 From: l00444296 Date: Mon, 28 Dec 2020 21:13:33 +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 9b361b96..6d5c93fd 100644 --- a/inc/external/ge/ge_api_types.h +++ b/inc/external/ge/ge_api_types.h @@ -397,7 +397,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,