3 references to GetSession
Microsoft.ML.TensorFlow (3)
TensorflowTransform.cs (1)
180return new TensorFlowTransformer(env, GetSession(env, tempDirPath), outputs, inputs, tempDirPath, true, addBatchDimensionInput, treatOutputAsBatched: treatOutputAsBatched);
TensorflowUtils.cs (2)
144var session = GetSession(env, modelPath); 396new TensorFlowSessionWrapper(GetSession(env, modelPath, metaGraph), modelPath);