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
OperationBreakdown
public Dictionary<string, TensorOperationMetrics> OperationBreakdown { get; set; }
Property Value
TotalOperations
public long TotalOperations { get; set; }