1 write to TFInputTypes
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
306
(
TFInputTypes
, TFInputShapes, TFInputOperations) = GetInputInfo(Host, Session, Inputs, batchSize);
2 references to TFInputTypes
Microsoft.ML.TensorFlow (2)
TensorflowTransform.cs (2)
560
var expectedType = Tf2MlNetType(_parent.
TFInputTypes
[i]);
649
var srcTensorGetters = GetTensorValueGetters(input, _inputColIndices, _isInputVector, _parent.
TFInputTypes
, _fullySpecifiedShapes);