Table of Contents

Enum VectorizedReductionType

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

Types of vectorized reduction operations.

public enum VectorizedReductionType

Fields

Max = 2

Maximum reduction.

Mean = 1

Mean reduction.

Min = 3

Minimum reduction.

Product = 4

Product reduction.

Sum = 0

Sum reduction.