Table of Contents

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

string

Backend2

Gets or sets the second backend in the comparison.

public string Backend2 { get; set; }

Property Value

string

Difference

Gets or sets the measured difference between the results.

public float Difference { get; set; }

Property Value

float

IsMatch

Gets or sets whether the results match within tolerance.

public bool IsMatch { get; set; }

Property Value

bool