mindspore_lite
The Python API only support cloud-side inference.
Context
| The Context class is used to transfer environment variables during execution. | 
Converter
| When Converter, the FmkType is used to define Input model framework type. | |
| Constructs a Converter class. | 
Model
| The Model class defines a MindSpore Lite's model, facilitating computational graph management. | |
| The ModelGroup class is used to define a MindSpore model group, facilitating multiple models to share workspace memory or weights(including constants and variables) memory. | |
| The ModelGroupFlag class defines the type of the model group. | |
| The ModelParallelRunner class defines a MindSpore Lite's Runner, which support model parallelism. | |
| The ModelType class defines the type of the model exported or imported in MindSpot Lite. | 
Tensor
| The DataType class defines the data type of the Tensor in MindSpore Lite. | |
| The Format class defines the format of the Tensor in MindSpore Lite. | |
| The Tensor class defines a Tensor in MindSpore Lite. |