DynamicInfo
Description
Obtains batch types supported by models.
Structure Definition
1 2 3 4 5 6 | struct DynamicInfo { DynamicType dynamicType = DYNAMIC_BATCH; size_t batchSize; ImageSize imageSize = {}; std::vector<std::vector<uint32_t>> shape = {}; }; |
Parameters
Parameter |
Description |
|---|---|
dynamicType |
Dynamic type description |
batchSize |
Batch size |
imageSize |
Image size |
shape |
Shape of a dynamic batch |
Parent topic: General Data Structures