Class AbstractDelegate
Defined in File delegate_api.h
Inheritance Relationships
Derived Types
public mindspore::IDelegate< LiteDelegateGraph, kernel::Kernel, kernel::Kernel >
(Template Class IDelegate)public mindspore::IDelegate< Graph, Node, Kernel >
(Template Class IDelegate)
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.
- Returns
The input tensor vector of DelegateModel.
-
inline const std::vector<mindspore::MSTensor> &outputs()
Get the output tensors of DelegateModel.
- Returns
The ioutput tensor vector of DelegateModel.
-
inline const std::vector<mindspore::MSTensor> &inputs()