Browse Source

display model info

pull/688/head
wangwenhua1@huawei.com 5 years ago
parent
commit
6a499ee98e
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      inc/framework/omg/omg_inner_types.h

+ 5
- 5
inc/framework/omg/omg_inner_types.h View File

@@ -43,11 +43,11 @@ namespace ge {
* @brief run model
*/
enum RunMode {
GEN_OM_MODEL = 0, // generate offline model file
MODEL_TO_JSON = 1, // convert to JSON file
ONLY_PRE_CHECK = 3, // only for pre-check
PBTXT_TO_JSON = 5, // pbtxt to json
DISPLAY_OM_INFO = 6 // display model info
GEN_OM_MODEL = 0, // generate offline model file
MODEL_TO_JSON = 1, // convert to JSON file
ONLY_PRE_CHECK = 3, // only for pre-check
PBTXT_TO_JSON = 5, // pbtxt to json
DISPLAY_OM_INFO = 6 // display model info
};

///


Loading…
Cancel
Save