2 references to TensorFlowSessionWrapper
Microsoft.ML.TensorFlow (1)
TensorflowUtils.cs (1)
397
new
TensorFlowSessionWrapper
(GetSession(env, modelPath, metaGraph), modelPath);
Microsoft.ML.Vision (1)
ImageClassificationTrainer.cs (1)
1316
return new
TensorFlowSessionWrapper
(GetSession(env, modelFilePath, true), modelFilePath);