MindSpore Lite Documentation

Filter
Environment
User
Stage
Application Specific Integrated Circuit
Programming Language

Downloading MindSpore Lite
Welcome to MindSpore Lite. You can download the version package suitable for the local environment and use it directly.
Building Device-side MindSpore Lite
This chapter introduces how to quickly compile device-side MindSpore Lite.
Building Cloud-side MindSpore Lite
This chapter introduces how to quickly compile cloud-side MindSpore Lite.
Quick Start to Device-side Inference
This document uses a model inference example to describe how to use basic device-side MindSpore Lite functions.
Quick Start to Cloud-Side Inference
This document uses a model inference example to describe how to use basic cloud-side MindSpore Lite functions.
Experiencing C++ Simplified Inference Demo
This tutorial provides a MindSpore Lite inference demo. It demonstrates the basic on-device inference process using C++ by inputting random data, executing inference, and printing the inference result.
Experiencing Java Simplified Inference Demo
This tutorial provides an example program for MindSpore Lite to perform inference. It demonstrates the basic process of performing inference on the device side using MindSpore Lite Java interface by random inputting data, executing inference, and printing the inference result.
Experiencing C-language Simplified Inference Demo
This tutorial provides a sample program for MindSpore Lite to perform inference, which demonstrates the basic process of end-side inference with C-language by randomly typing, performing inference, and printing inference results, so that users can quickly understand the use of MindSpore Lite to perform inference-related interfaces.