Table of Contents

Enum ReductionPath

Namespace
NumSharp.Backends.Kernels
Assembly
NumSharp.dll

Execution path for reduction operations.

public enum ReductionPath
Extension Methods

Fields

ElementWise = 0

Reduce all elements to a single scalar value (no axis specified)

AxisReduction = 1

Reduce along a specific axis, producing smaller-dimensional result

Cumulative = 2

Cumulative reduction - same shape output, running accumulation