From 0a259c34993b6f32aebd3eb7a172754648c42f6e Mon Sep 17 00:00:00 2001 From: wuweikang Date: Thu, 12 Nov 2020 17:35:25 +0800 Subject: [PATCH] add op_debug_level in ir_builder_suppported_options --- inc/external/ge/ge_api_types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/external/ge/ge_api_types.h b/inc/external/ge/ge_api_types.h index 4cee1b6f..a1c468f5 100644 --- a/inc/external/ge/ge_api_types.h +++ b/inc/external/ge/ge_api_types.h @@ -330,6 +330,7 @@ const std::set ir_builder_suppported_options = {INPUT_FORMAT, OUT_NODES, INPUT_FP16_NODES, LOG_LEVEL, + OP_DEBUG_LEVEL, DEBUG_DIR, OP_COMPILER_CACHE_DIR, OP_COMPILER_CACHE_MODE};