15 references to GetOutputPath
Microsoft.ML.IntegrationTests (12)
DataIO.cs (2)
121
var filePath = TestCommon.
GetOutputPath
(OutDir, Path.GetRandomFileName());
130
var filePath = TestCommon.
GetOutputPath
(OutDir, Path.GetRandomFileName());
Explainability.cs (1)
52
var modelAndSchemaPath = TestCommon.
GetOutputPath
(OutDir, "TestFunctionalTestPFI.zip");
ModelFiles.cs (9)
150
string modelAndSchemaPath = TestCommon.
GetOutputPath
(OutDir, FullTestName + "-model-schema.zip");
155
string compositeLoaderModelPath = TestCommon.
GetOutputPath
(OutDir, FullTestName + "-composite-model.zip");
159
string loaderAndTransformerModelPath = TestCommon.
GetOutputPath
(OutDir, FullTestName + "-loader-transformer.zip");
278
string modelPath = TestCommon.
GetOutputPath
(OutDir, FullTestName + "-model.zip");
335
string modelPath = TestCommon.
GetOutputPath
(OutDir, FullTestName + "-model.zip");
360
string modelPath = TestCommon.
GetOutputPath
(OutDir, FullTestName + "-model.zip");
391
string modelPath = TestCommon.
GetOutputPath
(OutDir, FullTestName + "-model.zip");
437
string modelPath = TestCommon.
GetOutputPath
(OutDir, FullTestName + "-model.zip");
462
string modelPath = TestCommon.
GetOutputPath
(OutDir, FullTestName + "-model.zip");
Microsoft.ML.TestFramework (1)
BaseTestClass.cs (1)
116
return TestCommon.
GetOutputPath
(OutDir, name);
Microsoft.ML.TestFrameworkCommon (2)
TestCommon.cs (2)
23
return
GetOutputPath
(outDir, name);
52
string path =
GetOutputPath
(outDir, name);