mindspore_lite
Python接口仅支持云侧推理。
运行环境
Context 类用于在执行期间传递环境变量。 |
转换
当Converter时, FmkType 定义输入模型的框架类型。 |
|
构造 Converter 的类。 |
模型
ModelType 类定义MindSpore Lite中导出或导入的模型类型。 |
|
Model 类定义MindSpore Lite模型,便于计算图管理。 |
|
ModelParallelRunner 类定义了MindSpore Lite的Runner,它支持模型并行。 |
张量
DataType 类定义MindSpore Lite中Tensor的数据类型。 |
|
Format 类定义MindSpore Lite中Tensor的格式。 |
|
Tensor 类,在Mindspore Lite中定义一个张量。 |