Browse Source

display model info

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

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

@@ -223,7 +223,8 @@ class GFlagUtils {
"===== Basic Functionality =====\n"
"[General]\n"
" --h/help Show this help message\n"
" --mode Run mode. 0(default): generate offline model; 1: convert model to JSON format "
" --mode Run mode. 0(default): generate offline model; 1: convert model to JSON format; "
"6: display model info"
"3: only pre-check; 5: convert ge dump txt file to JSON format\n"
"\n[Input]\n"
" --model Model file\n"


Loading…
Cancel
Save