Table of Contents

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

object

Backend1

First backend involved in the comparison.

public string Backend1 { get; init; }

Property Value

string

Backend2

Second backend involved in the comparison.

public string Backend2 { get; init; }

Property Value

string

BackendsInvolved

public IReadOnlyList<string> BackendsInvolved { get; init; }

Property Value

IReadOnlyList<string>

Difference

public float Difference { get; init; }

Property Value

float

ExpectedValue

public object ExpectedValue { get; init; }

Property Value

object

Location

public string Location { get; init; }

Property Value

string