Interface INDBooleanReductionKernel<T>
- Namespace
- NumSharp.Backends.Iteration
- Assembly
- NumSharp.dll
public interface INDBooleanReductionKernel<T> where T : unmanaged
Type Parameters
T
Properties
Identity
public static abstract bool Identity { get; }
Property Value
- bool
Methods
Accumulate(bool, T)
public static abstract bool Accumulate(bool accumulator, T value)
Parameters
accumulator bool
value T
Returns
- bool
ShouldExit(bool)
public static abstract bool ShouldExit(bool accumulator)
Parameters
accumulator bool
Returns
- bool