acltdtAddDataItem

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

x

Atlas inference product

x

Atlas training product

Description

Adds an acltdtDataItem to acltdtDataset.

Prototype

1
aclError acltdtAddDataItem(acltdtDataset *dataset, acltdtDataItem *dataItem)

Parameters

Parameter

Input/Output

Description

dataset

Output

Pointer to the acltdtDataset address to which an acltdtDataItem is to be added.

Call acltdtCreateDataset to create data of the acltdtDataset type in advance.

dataItem

Input

Pointer to the address of the acltdtDataItem to be added.

Call acltdtCreateDataItem to create data of the acltdtDataItem type in advance.

Returns

0 on success; otherwise, failure. For details, see aclError.