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