提交 46da06b3 编写于 作者: Y yangjie159 提交者: Gitee

remove export lite model api

上级 f8fa03d7
...@@ -420,7 +420,6 @@ def export(net, *inputs, file_name, file_format='GEIR'): ...@@ -420,7 +420,6 @@ def export(net, *inputs, file_name, file_format='GEIR'):
- GEIR: Graph Engine Intermidiate Representation. An intermidiate representation format of - GEIR: Graph Engine Intermidiate Representation. An intermidiate representation format of
Ascend model. Ascend model.
- ONNX: Open Neural Network eXchange. An open format built to represent machine learning models. - ONNX: Open Neural Network eXchange. An open format built to represent machine learning models.
- LITE: Huawei model format for mobile. A lite model only for the MindSpore Lite
- BINARY: Binary format for model. An intermidiate representation format for models. - BINARY: Binary format for model. An intermidiate representation format for models.
""" """
logger.info("exporting model file:%s format:%s.", file_name, file_format) logger.info("exporting model file:%s format:%s.", file_name, file_format)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册