类列表
| 包 | 类 | 描述 | 云侧推理是否支持 | 端侧推理是否支持 | 
|---|---|---|---|---|
| com.mindspore | Model定义了MindSpore中的模型,用于计算图的编译和执行。 | √ | √ | |
| com.mindspore.config | MSContext用于保存执行期间的上下文。 | √ | √ | |
| com.mindspore | MSTensor定义了MindSpore中的张量。 | √ | √ | |
| com.mindspore | 定义了MindSpore Lite并发推理。 | √ | ✕ | |
| com.mindspore.config | RunnerConfig定义并发推理的配置参数。 | √ | ✕ | |
| com.mindspore | Graph定义了MindSpore中的计算图。 | ✕ | √ | |
| com.mindspore.config | CpuBindMode定义了CPU绑定模式。 | √ | √ | |
| com.mindspore.config | DeviceType定义了后端设备类型。 | √ | √ | |
| com.mindspore.config | DataType定义了所支持的数据类型。 | √ | √ | |
| com.mindspore.config | Version用于获取MindSpore的版本信息。 | √ | √ | |
| com.mindspore.config | ModelType定义了模型文件的类型。 | √ | √ | |
| com.mindspore.config | MindSpore Lite用于昇腾硬件推理的配置参数。 | √ | ✕ | |
| com.mindspore.config | 用于端上模型训练的配置参数。 | ✕ | √ |