aclmdlGetNumOutputs

Description

Obtains the number of model outputs based on the model description.

Prototype

size_t aclmdlGetNumOutputs(aclmdlDesc *modelDesc)

Parameters

Parameter

Input/Output

Description

modelDesc

Input

Pointer to data of the aclmdlDesc type.

Call aclmdlCreateDesc to create data of the aclmdlDesc type in advance.

Returns

Number of model outputs.