1 write to TFInputShapes
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
306
(TFInputTypes,
TFInputShapes
, TFInputOperations) = GetInputInfo(Host, Session, Inputs, batchSize);
2 references to TFInputShapes
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
563
var originalShape = _parent.
TFInputShapes
[i];
Microsoft.ML.TensorFlow.Tests (1)
TensorflowTests.cs (1)
2072
tfInputShape = transformer.LastTransformer.
TFInputShapes
;