7 references to DeleteOutputPath
Microsoft.Data.Analysis.Tests (1)
test\Microsoft.ML.TestFramework\BaseTestClass.cs (1)
135return TestCommon.DeleteOutputPath(OutDir, name);
Microsoft.ML.IntegrationTests (5)
ModelFiles.cs (2)
56var modelPath = TestCommon.DeleteOutputPath(OutDir, "determineNugetVersionFromModel.zip"); 102var modelPath = TestCommon.DeleteOutputPath(OutDir, "fitPipelineSaveModelAndPredict.zip");
ONNX.cs (3)
51var modelPath = TestCommon.DeleteOutputPath(OutDir, modelFileName); 101var modelPath = TestCommon.DeleteOutputPath(OutDir, modelFileName); 153var modelPath = TestCommon.DeleteOutputPath(OutDir, modelFileName);
Microsoft.ML.TestFramework (1)
BaseTestClass.cs (1)
135return TestCommon.DeleteOutputPath(OutDir, name);