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