!782 Feature: delete compress_weight_conf para of aclgrphParse interface

From: @lixiwen1
Reviewed-by: @xchu42,@ji_chen
Signed-off-by: @startzgf168,@ji_chen
pull/782/MERGE
mindspore-ci-bot 4 years ago committed by Gitee
commit dfd2314793

@ -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