4 references to ModelFileName
Microsoft.ML.TensorFlow.Tests (1)
TensorflowTests.cs (1)
1752
Assert.True(File.Exists(Path.Combine(Path.GetTempPath(), "MLNET", ImageClassificationTrainer.
ModelFileName
[options.Arch])));
Microsoft.ML.Vision (3)
ImageClassificationTrainer.cs (3)
571
ModelFileName
[_options.Arch]);
1149
var evalGraph = LoadMetaGraph(Path.Combine(_resourcePath,
ModelFileName
[_options.Arch]));
1312
var modelFileName =
ModelFileName
[arch];