acltdtAddDataItem

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

x

Atlas inference products

x

Atlas training products

Description

Adds an acltdtDataItem to acltdtDataset.

Prototype

aclError acltdtAddDataItem(acltdtDataset *dataset, acltdtDataItem *dataItem)

Parameters

Parameter

Input/Output

Description

dataset

Output

Pointer to the acltdtDataset address of the acltdtDataItem to be added.

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

dataItem

Input

Pointer to the acltdtDataItem address to be added.

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

Returns

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