Function: get_tensor_desc_name
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Obtains the name of a tensor description.
Prototype
- C Prototype
1const char *aclGetTensorDescName(aclTensorDesc *desc)
- Python Function
1name = acl.get_tensor_desc_name(desc)
Parameter Description
Parameter |
Description |
|---|---|
desc |
Int, pointer address of the aclTensorDesc type. Call acl.create_tensor_desc to create data of the aclTensorDesc type in advance. |
Return Value Description
Return Value |
Description |
|---|---|
name |
Str, tensor description name. |
Parent topic: aclmdlTensorDesc