Enum VectorizedBinaryOpType
- Namespace
- AiDotNet.JitCompiler.IR.Operations
- Assembly
- AiDotNet.dll
Types of vectorized binary operations.
public enum VectorizedBinaryOpType
Fields
Add = 0Element-wise addition.
Divide = 3Element-wise division.
Max = 4Element-wise maximum.
Min = 5Element-wise minimum.
Multiply = 2Element-wise multiplication.
Power = 6Element-wise power.
Subtract = 1Element-wise subtraction.