aclSetTensorDescName
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Sets the TensorDesc name.
Prototype
void aclSetTensorDescName(aclTensorDesc *desc, const char *name)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
desc |
Output |
Pointer to data of the aclTensorDesc type. Call aclCreateTensorDesc to create data of the aclTensorDesc type in advance. |
name |
Input |
Pointer to the TensorDesc name. |
Returns
None
Parent topic: aclTensorDesc