MindSpore
Overview
Provides APIs related to MindSpore Lite model inference. The APIs in this module are non-thread-safe.
System capability: SystemCapability.Ai.MindSpore
Since: 9
Files
| Name | Description |
|---|---|
| context.h | Provides context-related APIs for configuring runtime information. These APIs are non-thread-safe. |
| data_type.h | Declares tensor data types. |
| format.h | Declares tensor data formats. |
| model.h | Provides model-related APIs for model creation and inference. These APIs are non-thread-safe. |
| status.h | Provides the status codes of MindSpore Lite. |
| tensor.h | Provides tensor-related APIs, which can be used to create tensors and modify tensor information. These APIs are non-thread-safe. |
| types.h | Provides the model file types and device types supported by MindSpore Lite. |