DoLoad
Function Usage
Loads plugin data. (Do not use this function.)
Prototype
1 | SDK_AVAILABLE_FOR_IN MxTools::MxpiBuffer* MxPluginBase::DoLoad(MxTools::MxpiBuffer& mxpiBuffer); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
mxpiBuffer |
Input |
Data to be loaded. The member data under this data structure is input by the upstream plugin. Do not manually set the memory data. |
Parent topic: MxPluginBase