|
|
@ -395,19 +395,9 @@ const std::set<std::string> ir_builder_suppported_options = {INPUT_FORMAT,
|
|
|
|
OP_BANK_UPDATE};
|
|
|
|
OP_BANK_UPDATE};
|
|
|
|
|
|
|
|
|
|
|
|
// for interface: aclgrphParse
|
|
|
|
// for interface: aclgrphParse
|
|
|
|
const std::set<std::string> ir_parser_suppported_options = {INPUT_FORMAT,
|
|
|
|
const std::set<std::string> ir_parser_suppported_options = {
|
|
|
|
INPUT_SHAPE,
|
|
|
|
INPUT_FP16_NODES, IS_INPUT_ADJUST_HW_LAYOUT, IS_OUTPUT_ADJUST_HW_LAYOUT, OUTPUT,
|
|
|
|
OP_NAME_MAP,
|
|
|
|
OUT_NODES, COMPRESS_WEIGHT_CONF, ENABLE_SCOPE_FUSION_PASSES};
|
|
|
|
IS_DYNAMIC_INPUT,
|
|
|
|
|
|
|
|
INPUT_FP16_NODES,
|
|
|
|
|
|
|
|
IS_INPUT_ADJUST_HW_LAYOUT,
|
|
|
|
|
|
|
|
IS_OUTPUT_ADJUST_HW_LAYOUT,
|
|
|
|
|
|
|
|
OUTPUT,
|
|
|
|
|
|
|
|
OUTPUT_TYPE,
|
|
|
|
|
|
|
|
OUT_NODES,
|
|
|
|
|
|
|
|
COMPRESS_WEIGHT_CONF,
|
|
|
|
|
|
|
|
ENABLE_SCOPE_FUSION_PASSES,
|
|
|
|
|
|
|
|
LOG_LEVEL};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// for interface: aclgrphBuildInitialize
|
|
|
|
// for interface: aclgrphBuildInitialize
|
|
|
|
const std::set<std::string> global_options = {CORE_TYPE,
|
|
|
|
const std::set<std::string> global_options = {CORE_TYPE,
|
|
|
|