1 write to OutDir
Microsoft.ML.IntegrationTests (1)
IntegrationTestBaseClass.cs (1)
49OutDir = Path.Combine(currentAssemblyLocation.Directory.FullName, "TestOutput");
18 references to OutDir
Microsoft.ML.IntegrationTests (18)
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");
IntegrationTestBaseClass.cs (1)
50Directory.CreateDirectory(OutDir);
ModelFiles.cs (11)
56var modelPath = TestCommon.DeleteOutputPath(OutDir, "determineNugetVersionFromModel.zip"); 102var modelPath = TestCommon.DeleteOutputPath(OutDir, "fitPipelineSaveModelAndPredict.zip"); 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");
ONNX.cs (3)
51var modelPath = TestCommon.DeleteOutputPath(OutDir, modelFileName); 101var modelPath = TestCommon.DeleteOutputPath(OutDir, modelFileName); 153var modelPath = TestCommon.DeleteOutputPath(OutDir, modelFileName);