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