OP_TYPE_SCALAR:null = 0
A floating-point scalar type.
OP_TYPE_VECTOR_2D:null = 1
A 2D vector type.
OP_TYPE_VECTOR_2D_SCALAR:null = 2
The
x port uses a 2D vector type. The first two ports use a floating-point scalar type.
OP_TYPE_VECTOR_3D:null = 3
A 3D vector type.
OP_TYPE_VECTOR_3D_SCALAR:null = 4
The
x port uses a 3D vector type. The first two ports use a floating-point scalar type.
OP_TYPE_VECTOR_4D:null = 5
A 4D vector type.
OP_TYPE_VECTOR_4D_SCALAR:null = 6
The
a and
b ports use a 4D vector type. The
weight port uses a scalar type.
OP_TYPE_MAX:null = 7
Represents the size of the
OpType enum.