Class CudaTensorCoreMetrics
Metrics for tensor core functionality.
public sealed class CudaTensorCoreMetrics
- Inheritance
-
CudaTensorCoreMetrics
- Inherited Members
Properties
EfficiencyScore
Gets or sets the efficiency score (0.0 to 1.0).
public double EfficiencyScore { get; set; }
Property Value
ThroughputTFLOPS
Gets or sets the throughput in TFLOPS.
public double ThroughputTFLOPS { get; set; }
Property Value
Utilization
Gets or sets the utilization percentage (0.0 to 1.0).
public double Utilization { get; set; }