aclmdlIODimsRange
#define ACL_DIM_ENDPOINTS 2
#define ACL_MAX_DIM_CNT 128
typedef struct aclmdlIODimsRange {
size_t rangeCount; /** Number of dimensions */
int64_t range[ACL_MAX_DIM_CNT][ACL_DIM_ENDPOINTS]; /** Two-dimensional array of the shape range. The first dimension indicates the number of dimensions, and the second dimension indicates the upper and lower limits of the range. */
} aclmdlIODimsRange;
Parent topic: Data Types and Operations