Table of Contents

Struct NDAllKernel<T>

Namespace
NumSharp.Backends.Iteration
Assembly
NumSharp.dll
public readonly struct NDAllKernel<T> : INDBooleanReductionKernel<T> where T : unmanaged

Type Parameters

T
Implements
Inherited Members
Extension Methods

Properties

Identity

public static bool Identity { get; }

Property Value

bool

Methods

Accumulate(bool, T)

public static bool Accumulate(bool accumulator, T value)

Parameters

accumulator bool
value T

Returns

bool

ShouldExit(bool)

public static bool ShouldExit(bool accumulator)

Parameters

accumulator bool

Returns

bool