aclmdlExeOMDesc

The current version does not support this struct.

typedef struct aclmdlExeOMDesc {
    size_t workSize;
    size_t weightSize;
    size_t modelDescSize;
    size_t kernelSize;
    size_t kernelArgsSize;
    size_t staticTaskSize;
    size_t dynamicTaskSize;
    size_t reserved[9];
} aclmdlExeOMDesc;

Member

Definition

workSize

Workspace size required for model execution, in bytes.

weightSize

Weight buffer size required for model execution, in bytes.

modelDescSize

Size of the buffer required for storing the model description information, in bytes.

kernelSize

Buffer size required for storing the TBE operator kernel (*.o and *.json files), in bytes.

kernelArgsSize

Buffer size required for storing the TBE operator kernel parameters, in bytes.

staticTaskSize

Size of the buffer required for storing the description of a static shape task, in bytes.

dynamicTaskSize

Size of the buffer required for storing the description of a dynamic shape task, in bytes.

reserved

Reserved.