Table of Contents

Class GraphParameters

Namespace
DotCompute.Backends.OpenCL.Execution
Assembly
DotCompute.Backends.OpenCL.dll

Represents parameters for graph execution.

public sealed class GraphParameters
Inheritance
GraphParameters
Inherited Members

Properties

BufferData

Gets or initializes buffer data by node name.

public Dictionary<string, object> BufferData { get; init; }

Property Value

Dictionary<string, object>

ExecutionHints

Gets or initializes optional execution hints.

public Dictionary<string, object>? ExecutionHints { get; init; }

Property Value

Dictionary<string, object>

KernelArguments

Gets or initializes kernel arguments by node name.

public Dictionary<string, object> KernelArguments { get; init; }

Property Value

Dictionary<string, object>