operator
Classes
AirOperator
Intermediate Representation of an operator (node) in the graph.
Attributes:
-
id
(OpId
) –Unique node identifier (e.g. 'conv1').
-
op_type
(AirOpType
) –The operator unique type.
-
input_ids
(list[TensorId]
) –Input tensor IDs.
-
output_ids
(list[TensorId]
) –Output tensor IDs.
-
named_tensors
(dict[str, TensorId]
) –Local tensor names to IDs mapping.
-
options
(AirOperatorOptions
) –Typed options/config for this op.
Attributes
tensor_ids
property
All tensor IDs (inputs + outputs + named tensors) associated with this operator.