7 references to GetBaselinePath
Microsoft.ML.Core.Tests (2)
UnitTests\TestEntryPoints.cs (2)
239
var epListPath =
GetBaselinePath
(entryPointsSubDir, epListFile);
245
var manifestPath =
GetBaselinePath
(entryPointsSubDir, manifestFile);
Microsoft.ML.TestFramework (2)
BaseTestBaseline.cs (2)
275
return
GetBaselinePath
(string.Empty, name);
415
string basePath =
GetBaselinePath
(dir, nameBase);
Microsoft.ML.Tests (3)
TextLoaderTests.cs (3)
1276
var baselinePath =
GetBaselinePath
("TextLoader", "multiline.csv");
1426
var baselineWithImpute =
GetBaselinePath
("TextLoader", "missing_fields-with-impute.csv");
1427
var baselineWithoutImpute =
GetBaselinePath
("TextLoader", "missing_fields-without-impute.csv");