aclGetTensorDescType
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Function Usage
Obtains the data type specified in a tensor description.
Prototype
1
|
aclDataType aclGetTensorDescType(const aclTensorDesc *desc) |
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
desc |
Input |
Pointer to data of the aclTensorDesc type. Call aclCreateTensorDesc to create data of the aclTensorDesc type in advance. |
Parent topic: aclTensorDesc