1 write to TreatOutputAsBatched
Microsoft.ML.TensorFlow (1)
TensorFlowModel.cs (1)
36TreatOutputAsBatched = treatOutputAsBatched;
4 references to TreatOutputAsBatched
Microsoft.ML.TensorFlow (4)
TensorFlowModel.cs (2)
46return TensorFlowUtils.GetModelSchema(_env, Session.graph, TreatOutputAsBatched); 55return TensorFlowUtils.GetModelSchema(_env, Session.graph, TreatOutputAsBatched, "Placeholder");
TensorflowTransform.cs (2)
1006if (!tensorFlowModel.TreatOutputAsBatched) 1007_options.TreatOutputAsBatched = tensorFlowModel.TreatOutputAsBatched;