Browse Source

add op_debug_level in ir_builder_suppported_options

tags/v1.1.0
wuweikang 4 years ago
parent
commit
0a259c3499
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      inc/external/ge/ge_api_types.h

+ 1
- 0
inc/external/ge/ge_api_types.h View File

@@ -330,6 +330,7 @@ const std::set<std::string> 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};


Loading…
Cancel
Save