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