GetInputsNum
Function Usage
Obtains the actual number of inputs of an operator on the network.
Prototype
1 | size_t GetInputsNum() const |
Parameters
None
Returns
Actual number of inputs of an operator
Constraints
None
Examples
1 | size_t index = compute_node_info->GetInputsNum(); |
Parent topic: ComputeNodeInfo