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); 629var originDim = _fullySpecifiedShapes[i].ndim < 0 ? 0 : _fullySpecifiedShapes[i].ndim; 633l[ishape] = _fullySpecifiedShapes[i].dims[ishape - 1]; 634_fullySpecifiedShapes[i] = new TensorShape(l); 649var srcTensorGetters = GetTensorValueGetters(input, _inputColIndices, _isInputVector, _parent.TFInputTypes, _fullySpecifiedShapes);