acltdtCreateDataset
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
√ |
Description
Creates data of the acltdtDataset type, which is equivalent to a Vector <tensor>.
To destroy data of the acltdtDataset type, see acltdtDestroyDataset.
Prototype
acltdtDataset *acltdtCreateDataset()
Parameters
None
Returns
- Success: a pointer to data of the acltdtDataset type
- Failure: nullptr
Parent topic: acltdtDataset