forked from mindspore-Ecosystem/mindspore
remove export lite model api
This commit is contained in:
parent
f8fa03d732
commit
46da06b3f8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue