Class ResultDifference
- Namespace
- DotCompute.Abstractions.Debugging
- Assembly
- DotCompute.Abstractions.dll
Represents a difference between execution results.
public class ResultDifference
- Inheritance
-
ResultDifference
- Inherited Members
Properties
ActualValue
public object ActualValue { get; init; }
Property Value
Backend1
First backend involved in the comparison.
public string Backend1 { get; init; }
Property Value
Backend2
Second backend involved in the comparison.
public string Backend2 { get; init; }
Property Value
BackendsInvolved
public IReadOnlyList<string> BackendsInvolved { get; init; }
Property Value
Difference
public float Difference { get; init; }
Property Value
ExpectedValue
public object ExpectedValue { get; init; }
Property Value
Location
public string Location { get; init; }