aclGetTensorDescName
Description
Obtains the TensorDesc name.
Prototype
const char *aclGetTensorDescName(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. |
Returns
Name of the TensorDesc
Parent topic: aclTensorDesc