6 references to DeleteOutputPath
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)
128
return TestCommon.
DeleteOutputPath
(OutDir, name);