2 references to LoadTFSessionByModelFilePath
Microsoft.ML.TensorFlow (1)
TensorflowUtils.cs (1)
409
return
LoadTFSessionByModelFilePath
(env, modelPath, metaGraph);
Microsoft.ML.Vision (1)
ImageClassificationTrainer.cs (1)
1199
_session =
LoadTFSessionByModelFilePath
(Host, frozenModelPath, false);