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)
44private bool CanBeBaselined { get { return _testCmd != null; } } 67Path = _testCmd.DeleteOutputPath(_dir, _name); 73return _testCmd.CheckEquality(_dir, _name, digitsOfPrecision: digitsOfPrecision, parseOption: parseOption); 79return _testCmd.CheckEqualityNormalized(_dir, _name, digitsOfPrecision: digitsOfPrecision, parseOption: parseOption);