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