aclCreateIntArray
Function Usage
Creates an aclIntArray.
Prototype
aclIntArray *aclCreateIntArray(const int64_t *value, uint64_t size)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
value |
Input |
int64_t pointer on the host. Its value will be assigned to an array. |
size |
Input |
Length of an integer array. |
Returns
Created aclIntArray on success; else, nullptr.
Parent topic: Basic APIs