1 write to _testCmd
Microsoft.ML.TestFramework (1)
TestCommandBase.cs (1)
64
_testCmd
= test;
4 references to _testCmd
Microsoft.ML.TestFramework (4)
TestCommandBase.cs (4)
44
private bool CanBeBaselined { get { return
_testCmd
!= null; } }
67
Path =
_testCmd
.DeleteOutputPath(_dir, _name);
73
return
_testCmd
.CheckEquality(_dir, _name, digitsOfPrecision: digitsOfPrecision, parseOption: parseOption);
79
return
_testCmd
.CheckEqualityNormalized(_dir, _name, digitsOfPrecision: digitsOfPrecision, parseOption: parseOption);