Lines Matching refs:conversion
11 - Offline models: network models obtained using the offline model conversion tool of the AI hardwar…
16 1. Use the MindSpore Lite model conversion tool to convert the original model (for example, ONNX or…
23 You can obtain the MindSpore Lite model conversion tool in either of the following ways:
33 … PyTorch model conversion is disabled by default. Therefore, the downloaded installation package d…
56 …conversion tool that supports PyTorch model conversion, run `export MSLITE_ENABLE_CONVERT_PYTORCH_…
63 …e package from `output/` in the root directory of the source code. The conversion tool is availabl…
67 After obtaining the model conversion tool, you need to add the dynamic link library (DLL) required …
78 The MindSpore Lite model conversion tool provides multiple parameter settings. You can use them as …
88 | --weightFile | Yes for CAFFE model conversion| Path of the model weight file. …
103 The following conversion command uses the CAFFE model LeNet as an example.
125 - The offline model conversion tool can be obtained only through source code building.
126 - During offline model conversion, `fmk` must be set to `THIRDPARTY`.
127 …conversion tool to obtain its input and output tensor information. Therefore, you need to manually…