Enum ParameterDirection
- Namespace
- DotCompute.Abstractions.Kernels
- Assembly
- DotCompute.Abstractions.dll
Defines the direction of data flow for kernel parameters.
public enum ParameterDirection
Fields
In = 0Input parameter - data flows into the kernel.
InOut = 2Input/output parameter - data flows both into and out of the kernel.
Out = 1Output parameter - data flows out of the kernel.