Class CoreMLDelegate

Inheritance Relationships

Base Type

  • public mindspore::Delegate

Class Documentation

class CoreMLDelegate : public mindspore::Delegate

Public Functions

CoreMLDelegate()

Constructor of MindSpore Lite CoreML Delegate.

Status Init() override

Init CoreML delegate.

说明

Init will be called in Model::Build.

返回

Status. If Status is kLiteNotSupport, the program will return to the MindSpore Lite inner inference.

Status Build(LiteDelegateGraph *model) override

Build CoreML delegate graph for MindSpore Lite model.

说明

Build will be called in Model::Build.

参数

model[in] Define the delegate model to be built.