DynamicType
Description
Describes the dynamic type.
Structure Definition
1 2 3 4 5 6 7 | enum DynamicType { STATIC_BATCH = 0, DYNAMIC_BATCH = 1, DYNAMIC_HW = 2, DYNAMIC_DIMS = 3, DYNAMIC_SHAPE = 4 }; |
Parameters
Parameter |
Description |
|---|---|
STATIC_BATCH |
Static batch |
DYNAMIC_BATCH |
Dynamic batch |
DYNAMIC_HW |
Dynamic image size |
DYNAMIC_DIMS |
Dynamic dimensions |
DYNAMIC_SHAPE |
Dynamic shape |
Parent topic: General Data Structures