Browse Source

display model info

pull/688/head
wangwenhua1@huawei.com 5 years ago
parent
commit
fe775369dd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/offline/main.cc

+ 1
- 1
ge/offline/main.cc View File

@@ -310,7 +310,7 @@ class GFlagUtils {
" --op_compiler_cache_dir Set the save path of operator compilation cache files.\n"
"Default value: $HOME/atc_data/kernel_cache\n"
" --op_compiler_cache_mode Set the operator compilation cache mode."
"Options are disable(default), enable and force(force to refresh the cache)"
"Options are disable(default), enable and force(force to refresh the cache)\n"
" --display_model_info enable for display model info; 0(default): close display, 1: open display");

gflags::ParseCommandLineNonHelpFlags(&argc, &argv, true);


Loading…
Cancel
Save