Table of Contents

Class MetalCommandBatch

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

Represents a group of operations that can be batched together in a command buffer.

public class MetalCommandBatch
Inheritance
MetalCommandBatch
Inherited Members

Properties

EncoderType

Gets or sets the type of command encoder required.

public MetalCommandEncoderType EncoderType { get; set; }

Property Value

MetalCommandEncoderType

EstimatedExecutionTimeMs

Gets or sets the estimated execution time for this batch.

public double EstimatedExecutionTimeMs { get; set; }

Property Value

double

Id

Gets or sets the unique identifier for this batch.

public string Id { get; set; }

Property Value

string

NodeIds

Gets or sets the nodes included in this batch.

public IList<string> NodeIds { get; init; }

Property Value

IList<string>

Priority

Gets or sets the priority of this batch.

public int Priority { get; set; }

Property Value

int