GetIrOutputsNum
Description
Obtains the number of outputs in the operator IR prototype definition.
Prototype
size_t GetIrOutputsNum() const
Parameters
None
Returns
Number of outputs in the IR prototype definition, of the size_t type
Restrictions
None
Example
size_t index = compute_node_info->GetIrOutputsNum();
Parent topic: ComputeNodeInfo