Class ResultComparison
- Namespace
- DotCompute.Abstractions.Validation
- Assembly
- DotCompute.Abstractions.dll
Represents a comparison between two backend execution results.
public sealed class ResultComparison
- Inheritance
-
ResultComparison
- Inherited Members
Properties
Backend1
Gets or sets the first backend in the comparison.
public string Backend1 { get; set; }
Property Value
Backend2
Gets or sets the second backend in the comparison.
public string Backend2 { get; set; }
Property Value
Difference
Gets or sets the measured difference between the results.
public float Difference { get; set; }
Property Value
IsMatch
Gets or sets whether the results match within tolerance.
public bool IsMatch { get; set; }