Class TensorOperationMetrics
- Namespace
- DotCompute.Backends.Metal.Execution
- Assembly
- DotCompute.Backends.Metal.dll
Metrics for individual tensor operation types.
public sealed class TensorOperationMetrics
- Inheritance
-
TensorOperationMetrics
- Inherited Members
Properties
AverageThroughputGFLOPS
public double AverageThroughputGFLOPS { get; set; }
Property Value
Count
public long Count { get; set; }
Property Value
LastExecutionTime
public TimeSpan LastExecutionTime { get; set; }
Property Value
TotalFlops
public long TotalFlops { get; set; }