Class List
Here is a list of all classes with links to the namespace documentation for each member in MindSpore Lite:
Namespace |
Class Name |
Description |
---|---|---|
mindspore |
KernelCallBack defines the function pointer for callback. |
|
mindspore::lite |
Allocator defines a memory pool for dynamic memory malloc and memory free. |
|
mindspore::lite |
Context is defined for holding environment variables during runtime. |
|
mindspore::lite |
ModelImpl defines the implement class of Model in MindSpore Lite. |
|
mindspore::lite |
Primitive is defined as prototype of operator. |
|
mindspore::lite |
Model defines model in MindSpore Lite for managing graph. |
|
mindspore::lite |
ModelBuilder is defined to build the model. |
|
mindspore::session |
LiteSession defines sessions in MindSpore Lite for compiling Model and forwarding model. |
|
mindspore::tensor |
MSTensor defines tensor in MindSpore Lite. |
|
mindspore::dataset |
LiteMat is a class used to process images. |
The definitions and namespaces of classes in MindSpore are as follows:
Namespace |
Class Name |
Description |
---|---|---|
mindspore |
The Context class is used to store environment variables during execution. |
|
mindspore |
The Serialization class is used to summarize methods for reading and writing model files. |
|
mindspore |
The Model class is used to define a MindSpore model, facilitating computational graph management. |
|
mindspore |
The MSTensor class defines a tensor in MindSpore. |