36 references to GetOutputPath
Microsoft.ML.Core.Tests (1)
UnitTests\TestResourceDownload.cs (1)
37var saveToDir = GetOutputPath("copyto");
Microsoft.ML.OnnxTransformerTest (1)
DnnImageFeaturizerTest.cs (1)
236string modelPath = GetOutputPath("TestSaveToDiskAndPredictionEngine-model.zip");
Microsoft.ML.Predictor.Tests (2)
TestIniModels.cs (2)
539string modelIniPath = GetOutputPath(FullTestName + "-model.ini"); 580string modelIniPath = GetOutputPath(FullTestName + "-model.ini");
Microsoft.ML.TestFramework (1)
DataPipe\TestDataPipeBase.cs (1)
82string modelPath = GetOutputPath(FullTestName + "-model.zip");
Microsoft.ML.Tests (31)
CalibratedModelParametersTests.cs (3)
30var modelAndSchemaPath = GetOutputPath("TestParameterMixingCalibratedModelParametersLoading.zip"); 52var modelAndSchemaPath = GetOutputPath("TestValueMapperCalibratedModelParametersLoading.zip"); 75var modelAndSchemaPath = GetOutputPath("TestFeatureWeightsCalibratedModelParametersLoading.zip");
ImagesTests.cs (1)
163var fileToSave = GetOutputPath(Path.GetFileNameWithoutExtension(path.ToString()) + ".cropped.jpg");
OnnxConversionTest.cs (13)
437string modelPath = GetOutputPath("ModelWithLessIO.zip"); 981var onnxModelPath = GetOutputPath(onnxFileName); 1509var onnxFilePath = GetOutputPath(onnxFilename); 1510var txtFilePath = GetOutputPath(txtFilename); 1623var onnxModelPath = GetOutputPath(onnxFileName); 1625var onnxTextPath = GetOutputPath(onnxTextFileName); 1728var onnxModelPath = GetOutputPath(onnxFileName); 1779string mappedDataPath = GetOutputPath("kdvt-as-uint32-mapped-data.idv"); 1794var onnxModelPath = GetOutputPath("onnxmodel1-kdvt-as-uint32.onnx"); 1816string onnxModelPath2 = GetOutputPath("onnxmodel2-kdvt-as-uint32.onnx"); 2034var onnxModelPath = GetOutputPath("onnxmodel_custom_opset_version_test.onnx"); 2047var onnxModelPath = GetOutputPath("onnxmodel_custom_opset_version_test.onnx"); 2245var onnxModelPath = GetOutputPath(onnxFileName);
PermutationFeatureImportanceTests.cs (10)
45var modelAndSchemaPath = GetOutputPath("TestPfiRegressionOnDenseFeatures.zip"); 113var modelAndSchemaPath = GetOutputPath("TestPfiRegressionOnDenseFeatures.zip"); 187var modelAndSchemaPath = GetOutputPath("TestPfiRegressionStandardDeviationAndErrorOnDenseFeatures.zip"); 275var modelAndSchemaPath = GetOutputPath("TestPfiRegressionOnSparseFeatures.zip"); 350var modelAndSchemaPath = GetOutputPath("TestPfiBinaryClassificationOnDenseFeatures.zip"); 424var modelAndSchemaPath = GetOutputPath("TestPfiBinaryClassificationOnSparseFeatures.zip"); 532var modelAndSchemaPath = GetOutputPath("TestPfiMulticlassClassificationOnDenseFeatures.zip"); 605var modelAndSchemaPath = GetOutputPath("TestPfiMulticlassClassificationOnSparseFeatures.zip"); 683var modelAndSchemaPath = GetOutputPath("TestPfiRankingOnDenseFeatures.zip"); 752var modelAndSchemaPath = GetOutputPath("TestPfiRankingOnSparseFeatures.zip");
TextLoaderTests.cs (1)
1383var filePath = GetOutputPath("multiline-invalid.csv");
TrainerEstimators\LbfgsTests.cs (2)
119var modelAndSchemaPath = GetOutputPath("TestLRWithStats.zip"); 214var modelAndSchemaPath = GetOutputPath("TestMLRWithStats.zip");
Transformers\NormalizerTests.cs (1)
1058var modelAndSchemaPath = GetOutputPath("TestSavingNormalizerWithMultidimensionalVectorInput.zip");