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