Table of Contents

Enum VectorizedBinaryOpType

Namespace
AiDotNet.JitCompiler.IR.Operations
Assembly
AiDotNet.dll

Types of vectorized binary operations.

public enum VectorizedBinaryOpType

Fields

Add = 0

Element-wise addition.

Divide = 3

Element-wise division.

Max = 4

Element-wise maximum.

Min = 5

Element-wise minimum.

Multiply = 2

Element-wise multiplication.

Power = 6

Element-wise power.

Subtract = 1

Element-wise subtraction.