2 writes to TreatOutputAsBatched
Microsoft.ML.TensorFlow (2)
3 references to TreatOutputAsBatched
Microsoft.ML.TensorFlow (3)
TensorflowTransform.cs (3)
997: this(env, options, TensorFlowUtils.LoadTensorFlowModel(env, options.ModelLocation, options.TreatOutputAsBatched))
1011var outputTuple = TensorFlowTransformer.GetOutputInfo(_host, tensorFlowModel.Session, _options.OutputColumns, _options.TreatOutputAsBatched);
1062IsSavedModel(_host, _options.ModelLocation) ? _options.ModelLocation : null, false, _options.AddBatchDimensionInputs, treatOutputAsBatched: _options.TreatOutputAsBatched);