remove export lite model api

This commit is contained in:
yangjie159 2020-06-29 21:37:45 +08:00 committed by Gitee
parent f8fa03d732
commit 46da06b3f8
1 changed files with 0 additions and 1 deletions

View File

@ -420,7 +420,6 @@ def export(net, *inputs, file_name, file_format='GEIR'):
- GEIR: Graph Engine Intermidiate Representation. An intermidiate representation format of
Ascend model.
- 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.
"""
logger.info("exporting model file:%s format:%s.", file_name, file_format)