From 589dec0da85362e29670d17b27aaa4741c9fc4ee Mon Sep 17 00:00:00 2001 From: CLAY-panjw <1330286576@qq.com> Date: Wed, 28 Sep 2022 10:49:33 +0800 Subject: [PATCH] 2.x --- tf_adapter_2.x/npu_device/core/npu_wrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf_adapter_2.x/npu_device/core/npu_wrapper.cpp b/tf_adapter_2.x/npu_device/core/npu_wrapper.cpp index 06ac6c692..19e3819cc 100644 --- a/tf_adapter_2.x/npu_device/core/npu_wrapper.cpp +++ b/tf_adapter_2.x/npu_device/core/npu_wrapper.cpp @@ -81,7 +81,7 @@ const std::map kConfigurableOptions = { {"hcom_multi_mode", ge::HCOM_MULTI_MODE}, {"is_tailing_optimization", ge::OPTION_EXEC_ENABLE_TAILING_OPTIMIZATION}, {"op_debug_level", ge::OP_DEBUG_LEVEL}, - {"op_debug_config", "ge.exec.opDebugConfig"}, + {"op_debug_config", "op_debug_config"}, {"debug_dir", ge::DEBUG_DIR}, {"modify_mixlist", ge::MODIFY_MIXLIST}, {"enable_exception_dump", ge::OPTION_EXEC_ENABLE_EXCEPTION_DUMP}, -- Gitee