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