acltdtGetDatasetName
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
√ |
Description
Obtains the descriptor that identifies acltdtDataset (equivalent to a Vector<tensor>).
Prototype
const char *acltdtGetDatasetName(const acltdtDataset *dataset)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
dataset |
Input |
Pointer to data of the acltdtDataset type. Call the acltdtCreateDataset API to create data of the acltdtDataset type in advance. |
Returns
Pointer to the descriptor that identifies acltdtDataset (equivalent to a Vector<tensor>).
Parent topic: acltdtDataset