aclmdlGetOutputDataType
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Function Usage
Obtains the output data type of a model based on the model description.
Prototype
1
|
aclDataType aclmdlGetOutputDataType(const aclmdlDesc *modelDesc, size_t index) |
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
modelDesc |
Input |
Pointer to data of the aclmdlDesc type Call aclmdlCreateDesc to create data of the aclmdlDesc type in advance. |
|
index |
Input |
Index of the output whose data type is to be obtained, indexed from 0 |
Parent topic: aclmdlDesc