1 write to _fullySpecifiedShapes
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
549
_fullySpecifiedShapes
= new TensorShape[_parent.Inputs.Length];
8 references to _fullySpecifiedShapes
Microsoft.ML.TensorFlow (8)
TensorflowTransform.cs (8)
573
_fullySpecifiedShapes
[i] = new TensorShape(colTypeDims);
577
_fullySpecifiedShapes
[i] = new TensorShape();
622
_fullySpecifiedShapes
[i] = new TensorShape(l);
629
var originDim =
_fullySpecifiedShapes
[i].ndim < 0 ? 0 :
_fullySpecifiedShapes
[i].ndim;
633
l[ishape] =
_fullySpecifiedShapes
[i].dims[ishape - 1];
634
_fullySpecifiedShapes
[i] = new TensorShape(l);
649
var srcTensorGetters = GetTensorValueGetters(input, _inputColIndices, _isInputVector, _parent.TFInputTypes,
_fullySpecifiedShapes
);