aclCreateScalarList
Function Usage
Creates an aclScalarList.
Prototype
aclScalarList *aclCreateScalarList(const aclScalar *const *value, uint64_t size)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
value |
Input |
aclScalar pointer on the device. Its value will be assigned to a scalar list. The aclCreateScalar API must be called to create an aclScalar in advance. |
size |
Input |
Length of a scalar list. |
Returns
Created aclScalarList on success; else, nullptr.
Parent topic: Basic APIs