7 references to DeleteOutputPath
Microsoft.Data.Analysis.Tests (1)
test\Microsoft.ML.TestFramework\BaseTestClass.cs (1)
135
return TestCommon.
DeleteOutputPath
(OutDir, name);
Microsoft.ML.IntegrationTests (5)
ModelFiles.cs (2)
56
var modelPath = TestCommon.
DeleteOutputPath
(OutDir, "determineNugetVersionFromModel.zip");
102
var modelPath = TestCommon.
DeleteOutputPath
(OutDir, "fitPipelineSaveModelAndPredict.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);
Microsoft.ML.TestFramework (1)
BaseTestClass.cs (1)
135
return TestCommon.
DeleteOutputPath
(OutDir, name);