GetIrInputsNum

Description

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

Prototype

size_t GetIrInputsNum() const

Parameters

None

Returns

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

Restrictions

None

Example

size_t index = compute_node_info->GetIrInputsNum();