aclGetBoolArraySize

Function Usage

Obtains the size of the aclBoolArray.

Prototype

aclnnStatus aclGetBoolArraySize(const aclBoolArray *array, uint64_t *size)

Parameters

Parameter

Input/Output

Description

array

Input

Source aclBoolArray. The aclBoolArray must be created by calling the aclCreateBoolArray API in advance.

size

Output

Size of an aclBoolArray.

Returns

0 on success; else, failure.