Model Deployment
1 Performance Testing
[Note] Before formally deploying the AI model, we strongly recommend that you conduct performance testing of the relevant model on the chip side to ensure that the inference performance of the current model meets expectations.
The spacemit-ort/bin/onnxruntime_perf_test tool in the SDK directory supports quickly testing the pure inference performance of the AI algorithm model on the chip side. This tool is compatible with ONNX models, so you can easily use it to evaluate the performance of the original ONNX floating-point model, as well as the converted (and/or quantized) ONNX fixed-point model.

