GetOutputsNum

Function Usage

Obtains the actual number of outputs of an operator on the network.

Prototype

1
size_t GetOutputsNum() const

Parameters

None

Returns

Actual number of outputs of an operator

Constraints

None

Examples

1
size_t index = compute_node_info->GetOutputsNum();