Browse Source

fix format

pull/1102/head
wjm 5 years ago
parent
commit
d87260867a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      inc/framework/omg/model_tool.h

+ 1
- 1
inc/framework/omg/model_tool.h View File

@@ -27,7 +27,7 @@ namespace ge {
class GE_FUNC_VISIBILITY ModelTool {
public:
static Status GetModelInfoFromOm(const char *model_file, ge::proto::ModelDef &model_def);
static Status GetModelInfoFromPbtxt(const char *model_file, ge::proto::ModelDef &model_def);
};
} // namespace ge


Loading…
Cancel
Save