1 write to AddBatchDimensionInputs
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
1021
options.
AddBatchDimensionInputs
= addBatchDimensionInput;
2 references to AddBatchDimensionInputs
Microsoft.ML.TensorFlow (2)
TensorflowTransform.cs (2)
209
false, options.
AddBatchDimensionInputs
, options.BatchSize, options, input)
1062
IsSavedModel(_host, _options.ModelLocation) ? _options.ModelLocation : null, false, _options.
AddBatchDimensionInputs
, treatOutputAsBatched: _options.TreatOutputAsBatched);