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)
563var originalShape = _parent.TFInputShapes[i];
Microsoft.ML.TensorFlow.Tests (1)
TensorflowTests.cs (1)
2072tfInputShape = transformer.LastTransformer.TFInputShapes;