GetIrOutputsNum
Function Usage
Obtains the number of outputs in the operator IR prototype definition.
Prototype
1 | size_t GetIrOutputsNum() const |
Parameters
None
Returns
Number of outputs in the IR prototype definition, of the size_t type
Constraints
None
Examples
1 | size_t index = compute_node_info->GetIrOutputsNum(); |
Parent topic: ComputeNodeInfo