Class AbstractDelegate

Inheritance Relationships

Derived Types

Class Documentation

class AbstractDelegate

Subclassed by mindspore::IDelegate< LiteDelegateGraph, kernel::Kernel, kernel::Kernel >, mindspore::IDelegate< Graph, Node, Kernel >

Public Functions

inline const std::vector<mindspore::MSTensor> &inputs()

Get the input tensors of DelegateModel.

返回

The input tensor vector of DelegateModel.

inline const std::vector<mindspore::MSTensor> &outputs()

Get the output tensors of DelegateModel.

返回

The ioutput tensor vector of DelegateModel.