Class List

View Source On Gitee

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

KernelCallBack defines the function pointer for callback.

mindspore::lite

Allocator

Allocator defines a memory pool for dynamic memory malloc and memory free.

mindspore::lite

Context

Context is defined for holding environment variables during runtime.

mindspore::lite

ModelImpl

ModelImpl defines the implement class of Model in MindSpore Lite.

mindspore::lite

PrimitiveC

Primitive is defined as prototype of operator.

mindspore::lite

Model

Model defines model in MindSpore Lite for managing graph.

mindspore::lite

ModelBuilder

ModelBuilder is defined to build the model.

mindspore::session

LiteSession

LiteSession defines sessions in MindSpore Lite for compiling Model and forwarding model.

mindspore::tensor

MSTensor

MSTensor defines tensor in MindSpore Lite.

mindspore::dataset

LiteMat

LiteMat is a class used to process images.

The definitions and namespaces of classes in MindSpore are as follows:

Namespace

Class Name

Description

mindspore

Context

The Context class is used to store environment variables during execution.

mindspore

Serialization

The Serialization class is used to summarize methods for reading and writing model files.

mindspore

Model

The Model class is used to define a MindSpore model, facilitating computational graph management.

mindspore

MSTensor

The MSTensor class defines a tensor in MindSpore.