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