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