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