Table of Contents

Class HostNodeParams

Namespace
DotCompute.Backends.CUDA.Execution.Graph.Types
Assembly
DotCompute.Backends.CUDA.dll

Host callback node parameters

public class HostNodeParams
Inheritance
HostNodeParams
Inherited Members

Properties

Function

Gets or sets the function.

public Action<nint> Function { get; set; }

Property Value

Action<nint>

The function.

UserData

Gets or sets the user data.

public nint UserData { get; set; }

Property Value

nint

The user data.