Table of Contents

Enum NDExprReduceKind

Namespace
NumSharp.Backends.Iteration
Assembly
NumSharp.dll

Reduction kinds supported by ReduceNode.

public enum NDExprReduceKind : byte

Fields

Sum = 0
Prod = 1
Min = 2
Max = 3
Mean = 4