Browse Source

display model info

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

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

@@ -311,7 +311,7 @@ class GFlagUtils {
"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)"
" --display_model_info enable for display model inf; 0(default): close display, 1: open display");
" --display_model_info enable for display model info; 0(default): close display, 1: open display");

gflags::ParseCommandLineNonHelpFlags(&argc, &argv, true);
// Using gflags to analyze input parameters


Loading…
Cancel
Save