3 references to LoadTFSession
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
151
return new TensorFlowTransformer(env,
LoadTFSession
(env, modelBytes), outputs, inputs, null, false, addBatchDimensionInput, treatOutputAsBatched: treatOutputAsBatched);
Microsoft.ML.Vision (2)
DnnRetrainTransform.cs (1)
114
return new DnnRetrainTransformer(env, TensorFlowUtils.
LoadTFSession
(env, modelBytes), outputs, inputs,
ImageClassificationTrainer.cs (1)
1406
_session =
LoadTFSession
(env, modelBytes);