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