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