BuildIRModel
Function Prototype
bool BuildIRModel(ge::Model& irModel,ModelBufferData& output);
Function Description
Builds an offline model, with a model object as the input and an offline model as the output.
Parameter Description
Parameter |
Input/Output |
Type |
Description |
---|---|---|---|
irModel |
Input |
ge::Model& |
Model object |
output |
Output |
ModelBufferData& |
Offline model struct object struct ModelBufferData { void* data; uint32_t length; }; |
Return Value
Parameter |
Type |
Description |
---|---|---|
- |
bool |
|
Exception Handling
None
Restriction
None
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot