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