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