73 references to DeleteOutputPath
Microsoft.ML.Core.Tests (20)
UnitTests\TestEntryPoints.cs (16)
267var path = DeleteOutputPath(entryPointsSubDir, epListFile); 274var jPath = DeleteOutputPath(entryPointsSubDir, manifestFile); 1656var modelPath = DeleteOutputPath("SavePipe", "PipelineEnsembleModel.zip"); 1883var modelPath = DeleteOutputPath("SavePipe", "PipelineEnsembleModel.zip"); 2043var modelPath = DeleteOutputPath("SavePipe", "PipelineEnsembleModel.zip"); 2214var summary = DeleteOutputPath(@"../Common/EntryPoints", $"ensemble-model{i}-summary.txt"); 2222var stats = DeleteOutputPath(@"../Common/EntryPoints", $"ensemble-model{i}-stats.txt"); 2230var summaryPath = DeleteOutputPath(@"../Common/EntryPoints", "ensemble-summary.txt"); 2240var summaryKvpPath = DeleteOutputPath(@"../Common/EntryPoints", "ensemble-summary-key-value-pairs.txt"); 2859string dataFile = DeleteOutputPath("SavePipe", "SavePipeTextLightLda-SampleText.txt"); 4276var weights = DeleteOutputPath(@"../Common/EntryPoints", "lr-weights.txt"); 4281var stats = DeleteOutputPath(@"../Common/EntryPoints", "lr-stats.txt"); 4285weights = DeleteOutputPath(@"../Common/EntryPoints", "mc-lr-weights.txt"); 4289stats = DeleteOutputPath(@"../Common/EntryPoints", "mc-lr-stats.txt"); 4334var weights = DeleteOutputPath(@"../Common/EntryPoints", "pca-weights.txt"); 4516string dataFile = DeleteOutputPath("SavePipe", "SavePipeTextWordEmbeddings-SampleText.txt");
UnitTests\TestResourceDownload.cs (4)
38DeleteOutputPath("copyto", "breast-cancer.txt"); 51DeleteOutputPath("copyto", "ResNet_18_Updated.model"); 80DeleteOutputPath("copyto", "ResNet_18_Updated.model"); 107DeleteOutputPath("copyto", "sentiment.emd");
Microsoft.ML.Predictor.Tests (12)
CmdLine\CmdIndenterTest.cs (1)
46string outPath = DeleteOutputPath("CmdLine", outName);
CmdLine\CmdLine.cs (1)
346string outPath = DeleteOutputPath(dir, outName);
ResultProcessor\TestResultProcessor.cs (2)
28string outPath = DeleteOutputPath(SubDirectory, fileName); 42string filePath = DeleteOutputPath(TestDataOutPath, resourceNames[i]);
TestConcurrency.cs (2)
42string consOutPath = DeleteOutputPath(Category, consName); 52RunResultProcessorTest(new string[] { consOutPath }, DeleteOutputPath(Category, rpName), null);
TestParallelFasttreeInterface.cs (1)
183var modelOutPath = DeleteOutputPath(outRoot, "codegen-model.zip");
TestPredictors.cs (5)
374string prPath = DeleteOutputPath(dir, prName); 1675string prPath = DeleteOutputPath(dir, prName); 1750path = DeleteOutputPath(TestLearners.NnBinDefault.Trainer.Kind, "BcInputMismatch.nn"); 1760path = DeleteOutputPath(TestLearners.NnBinDefault.Trainer.Kind, "BcOutputMismatch.nn"); 1771path = DeleteOutputPath(TestLearners.NnBinDefault.Trainer.Kind, "BcNonBinData.nn");
Microsoft.ML.TestFramework (34)
BaseTestBaseline.cs (1)
1044string path = DeleteOutputPath(outDir, name);
BaseTestPredictorsMaml.cs (3)
180var summaryPath = DeleteOutputPath(dir, summaryName); 189var iniPath = DeleteOutputPath(dir, iniName); 205string rpOutPath = DeleteOutputPath(dir, rpName);
DataPipe\TestDataPipe.cs (22)
52mappingPathData = DeleteOutputPath("SavePipe", "Mapping.txt"); 72mappingPathData = DeleteOutputPath("SavePipe", "Mapping.txt"); 92mappingPathData = DeleteOutputPath("SavePipe", "Mapping.txt"); 112mappingPathData = DeleteOutputPath("SavePipe", "Mapping.txt"); 126string pathOut = DeleteOutputPath("SavePipe", name); 142mappingPathData = DeleteOutputPath("SavePipe", "Mapping.txt"); 168string pathTerms = DeleteOutputPath("SavePipe", "Terms.txt"); 191string pathTerms = DeleteOutputPath("SavePipe", "Terms.txt"); 249string pathData = DeleteOutputPath("SavePipe", "ConcatUnknownLength.txt"); 295string pathData = DeleteOutputPath("SavePipe", "NgramSparse.txt"); 343string dataFile = DeleteOutputPath("SavePipe", "TermDictionary-SampleText.txt"); 346string dictFile = DeleteOutputPath("SavePipe", "TermDictionary-SampleDict.txt"); 428string pathData = DeleteOutputPath("SavePipe", "HashTransform.txt"); 650string pathData = DeleteOutputPath("SavePipe", "InvertHash-Data.txt"); 735string pathData = DeleteOutputPath("SavePipe", "Sample-Data.txt"); 888string dataFile = DeleteOutputPath("SavePipe", "CustomStopwordsRemover-dataFile.txt"); 907string stopwordsFile = DeleteOutputPath("SavePipe", "CustomStopwordsRemover-stopwordsFile.txt"); 959string dataFile = DeleteOutputPath("SavePipe", "Multi-Languages.txt"); 983string pathData = DeleteOutputPath("SavePipe", "DropNAs.txt"); 1041string pathData = DeleteOutputPath("SavePipe", "Lda.txt"); 1496var initialCountsModel = DeleteOutputPath("CTE", "initialCounts.zip"); 1497var outputData = DeleteOutputPath("CTE", "countsData.txt");
DataPipe\TestDataPipeBase.cs (7)
214string pathLog = DeleteOutputPath("SavePipe", name); 283string path = DeleteOutputPath("SavePipe", name); 294path = DeleteOutputPath("SavePipe", name); 392string pathData = DeleteOutputPath("SavePipe", name); 438string pathModel = DeleteOutputPath("SavePipe", name); 539string pathData = DeleteOutputPath("SavePipe", name); 590string pathData = DeleteOutputPath("SavePipe", name);
TestCommandBase.cs (1)
67Path = _testCmd.DeleteOutputPath(_dir, _name);
Microsoft.ML.Tests (6)
ExpressionLanguageTests\ExpressionLanguageTests.cs (2)
116string outPath = DeleteOutputPath(outDir, outName); 117string outPathAssem = DeleteOutputPath(outDir, outNameAssem);
TextLoaderTests.cs (3)
33string pathData = DeleteOutputPath("SavePipe", "TextInput.txt"); 93string pathData = DeleteOutputPath("SavePipe", "TextInput.txt"); 118string pathData = DeleteOutputPath("SavePipe", "TextInput.txt");
Transformers\HashTests.cs (1)
340var outputPath = DeleteOutputPath("Text", "murmurHash.tsv");
Microsoft.ML.TimeSeries.Tests (1)
TimeSeries.cs (1)
80string pathData = DeleteOutputPath("SavePipe", "SsaSpikeNoData.txt");