90 references to DeleteOutputPath
Microsoft.ML.Core.Tests (51)
UnitTests\TestEntryPoints.cs (51)
240DeleteOutputPath(epListPath); 246DeleteOutputPath(manifestPath); 576var modelPath = DeleteOutputPath("model.zip"); 609var jsonPath = DeleteOutputPath("graph.json"); 621var outputDataPath = DeleteOutputPath("binary_pfi_metrics.idv"); 737var jsonPath = DeleteOutputPath("graph.json"); 769var outputDataPath = DeleteOutputPath("mc_pfi_metrics.idv"); 885var jsonPath = DeleteOutputPath("graph.json"); 913var outputDataPath = DeleteOutputPath("mc_ktv_pfi_metrics.idv"); 1046var jsonPath = DeleteOutputPath("graph.json"); 1074var outputDataPath = DeleteOutputPath("reg_pfi_metrics.idv"); 1189var jsonPath = DeleteOutputPath("graph.json"); 1215var outputDataPath = DeleteOutputPath("rank_pfi_metrics.idv"); 1336var jsonPath = DeleteOutputPath("trainingGraph.json"); 1356var modelPath = DeleteOutputPath("score_model.zip"); 1357var outputDataPath = DeleteOutputPath("scored.idv"); 1433var jsonPath = DeleteOutputPath("graph.json"); 2284var outputPath = DeleteOutputPath("data.idv"); 2323var jsonPath = DeleteOutputPath("graph.json"); 2335var outputPath = DeleteOutputPath("data.idv"); 2373var jsonPath = DeleteOutputPath("graph.json"); 2385var outputPath = DeleteOutputPath("data.idv"); 2418var jsonPath = DeleteOutputPath("graph.json"); 2430var outputPath = DeleteOutputPath("data.idv"); 2464var jsonPath = DeleteOutputPath("graph.json"); 2476var outputPath = DeleteOutputPath("data.idv"); 2519var jsonPath = DeleteOutputPath("graph.json"); 2634var jsonPath = DeleteOutputPath("graph.json"); 2646var warningsPath = DeleteOutputPath("warnings.idv"); 2647var overallMetricsPath = DeleteOutputPath("overall.idv"); 2648var instanceMetricsPath = DeleteOutputPath("instance.idv"); 2649var confusionMatrixPath = DeleteOutputPath("confusion.idv"); 2670var warningsPath = DeleteOutputPath("warnings.idv"); 2671var overallMetricsPath = DeleteOutputPath("overall.idv"); 2672var instanceMetricsPath = DeleteOutputPath("instance.idv"); 2673var confusionMatrixPath = DeleteOutputPath("confusion.idv"); 2694var warningsPath = DeleteOutputPath("warnings.idv"); 2695var overallMetricsPath = DeleteOutputPath("overall.idv"); 2696var instanceMetricsPath = DeleteOutputPath("instance.idv"); 2715var warningsPath = DeleteOutputPath("warnings.idv"); 2716var overallMetricsPath = DeleteOutputPath("overall.idv"); 2717var instanceMetricsPath = DeleteOutputPath("instance.idv"); 3179var outputPath = DeleteOutputPath("model.zip"); 3180var outputDataPath = DeleteOutputPath("output-data.idv"); 3254var jsonPath = DeleteOutputPath("graph.json"); 3265var outputPath = DeleteOutputPath("model.zip"); 3323var jsonPath = DeleteOutputPath("graph.json"); 4349var outputPath = DeleteOutputPath("prepare-label-data.idv"); 4411var jsonPath = DeleteOutputPath("graph.json"); 4717var countsModel = DeleteOutputPath("CountTable-trained-counts.zip"); 4759var countsModel = DeleteOutputPath("cte-trained-counts.zip");
Microsoft.ML.Predictor.Tests (1)
CompareBaselines.cs (1)
55string pathLog = DeleteOutputPath(logName);
Microsoft.ML.TensorFlow.Tests (1)
TensorflowTests.cs (1)
1184var mlModelLocation = DeleteOutputPath(Path.ChangeExtension(modelLocation, ".zip"));
Microsoft.ML.TestFramework (3)
DataPipe\TestDataPipeBase.cs (1)
89DeleteOutputPath(modelPath);
TestCommandBase.cs (2)
991var firstModelOutPath = DeleteOutputPath("TreeTransform-model2.zip"); 992var secondModelOutPath = DeleteOutputPath("TreeTransform-model1.zip");
Microsoft.ML.Tests (34)
ImagesTests.cs (10)
198DeleteOutputPath(fname); 359DeleteOutputPath(fname); 434DeleteOutputPath(fname); 510DeleteOutputPath(fname); 585DeleteOutputPath(fname); 660DeleteOutputPath(fname); 736DeleteOutputPath(fname); 811DeleteOutputPath(fname); 887DeleteOutputPath(fname); 961DeleteOutputPath(fname);
OnnxConversionTest.cs (5)
702var jsonPath = DeleteOutputPath("graph.json"); 734jsonPath = DeleteOutputPath("graph.json"); 1025var dataFile = DeleteOutputPath("KeysToOnnx.txt"); 2269DeleteOutputPath(binaryFormatPath); // Clean if such a file exists. 2270DeleteOutputPath(textFormatPath);
Scenarios\Api\CookbookSamples\CookbookSamplesDynamicApi.cs (2)
209DeleteOutputPath("cook_model.zip")); 715RunEndToEnd(mlContext, data, DeleteOutputPath("custom-model.zip"));
SvmLightTests.cs (14)
36var path = DeleteOutputPath(TestName + name); 84var savingPath = DeleteOutputPath(TestName + "-saved-data.txt"); 112var savingPath = DeleteOutputPath(TestName + "-saved-data.txt"); 141var savingPath = DeleteOutputPath(TestName + "-saved-data.txt"); 173var outputPath = DeleteOutputPath(TestName + "-saved-data.txt"); 196outputPath = DeleteOutputPath(TestName + "-saved-data2.txt"); 219var outputPath = DeleteOutputPath("reloaded-output.txt"); 315var savingPath = DeleteOutputPath(TestName + "-saved-data.txt"); 472var savingPath = DeleteOutputPath(TestName + "-saved-data.txt"); 499var savingPath = DeleteOutputPath(TestName + "-saved-data.txt"); 509var path = DeleteOutputPath(TestName + "-no-label.txt"); 517var path = DeleteOutputPath(TestName + "-no-features.txt"); 525var path = DeleteOutputPath(TestName + "-no-group.txt"); 533var path = DeleteOutputPath(TestName + "-no-weight.txt");
TextLoaderTests.cs (2)
1302savedPath = DeleteOutputPath("multiline-saved.tsv"); 1304savedPath = DeleteOutputPath("multiline-escapechar-saved.tsv");
Transformers\WordEmbeddingsTests.cs (1)
80var pathToCustomModel = DeleteOutputPath("custommodel.txt");