GetIrInputsNum

Function Usage

Obtains the number of inputs in the operator IR prototype definition.

Prototype

1
size_t GetIrInputsNum() const

Parameters

None

Returns

Number of inputs in the IR prototype definition, of the size_t type

Constraints

None

Examples

1
size_t index = compute_node_info->GetIrInputsNum();