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