Table of Contents

Delegate WhereKernel<T>

Namespace
NumSharp.Backends.Kernels
Assembly
NumSharp.dll

Delegate for where operation kernels.

public delegate void WhereKernel<T>(bool* cond, T* x, T* y, T* result, long count) where T : unmanaged

Parameters

cond bool*
Delegate for where operation kernels.
x T*
Delegate for where operation kernels.
y T*
Delegate for where operation kernels.
result T*
Delegate for where operation kernels.
count long
Delegate for where operation kernels.

Type Parameters

T
Extension Methods