Table of Contents

Class TensorPerformanceMetrics

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

Performance metrics for tensor operations.

public sealed class TensorPerformanceMetrics
Inheritance
TensorPerformanceMetrics
Inherited Members

Properties

AverageThroughputGFLOPS

public double AverageThroughputGFLOPS { get; set; }

Property Value

double

OperationBreakdown

public Dictionary<string, TensorOperationMetrics> OperationBreakdown { get; set; }

Property Value

Dictionary<string, TensorOperationMetrics>

TotalOperations

public long TotalOperations { get; set; }

Property Value

long