2 references to LoadMetaGraph
Microsoft.ML.TensorFlow (1)
TensorflowUtils.cs (1)
245
graph =
LoadMetaGraph
(modelFile);
Microsoft.ML.Vision (1)
ImageClassificationTrainer.cs (1)
1149
var evalGraph =
LoadMetaGraph
(Path.Combine(_resourcePath, ModelFileName[_options.Arch]));