Table of Contents

Enum ParameterDirection

Namespace
DotCompute.Abstractions.Kernels
Assembly
DotCompute.Abstractions.dll

Defines the direction of data flow for kernel parameters.

public enum ParameterDirection

Fields

In = 0

Input parameter - data flows into the kernel.

InOut = 2

Input/output parameter - data flows both into and out of the kernel.

Out = 1

Output parameter - data flows out of the kernel.