CreateModelBuff
Function Prototype
bool CreateModelBuff(ge::Model& irModel,ModelBufferData& output);
Function Description
Creates a model buffer.
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