GetOutputsNum
Description
Obtains the actual number of outputs of an operator on the network.
Prototype
size_t GetOutputsNum() const
Parameters
None
Returns
Actual number of outputs of an operator
Restrictions
None
Example
size_t index = compute_node_info->GetOutputsNum();
Parent topic: ComputeNodeInfo