Table of Contents

Delegate ArgwhereCountKernel

Namespace
NumSharp.Backends.Kernels
Assembly
NumSharp.dll

IL-emitted SIMD popcount: returns the count of non-zero elements in a contiguous T-typed buffer. size is in elements (not bytes).

public delegate long ArgwhereCountKernel(byte* src, long size)

Parameters

src byte*
IL-emitted SIMD popcount: returns the count of non-zero elements in a contiguous T-typed buffer. size is in elements (not bytes).
size long
IL-emitted SIMD popcount: returns the count of non-zero elements in a contiguous T-typed buffer. size is in elements (not bytes).

Returns

long
IL-emitted SIMD popcount: returns the count of non-zero elements in a contiguous T-typed buffer. size is in elements (not bytes).
Extension Methods