Table of Contents

Struct CountNonZeroKernel<T>

Namespace
NumSharp.Backends.Iteration
Assembly
NumSharp.dll
public readonly struct CountNonZeroKernel<T> : INDReducingInnerLoop<long> where T : unmanaged

Type Parameters

T
Implements
Inherited Members
Extension Methods

Methods

Execute(void**, long*, long, ref long)

public bool Execute(void** dataptrs, long* strides, long count, ref long total)

Parameters

dataptrs void**
strides long*
count long
total long

Returns

bool