Class CoreMLDelegate
Defined in File delegate.h
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.
Note
Init will be called in Model::Build.
- Returns
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.
Note
Build will be called in Model::Build.
- Parameters
model – [in] Define the delegate model to be built.
-
CoreMLDelegate()