1 write to _isInputVector
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
548_isInputVector = new bool[_parent.Inputs.Length];
3 references to _isInputVector
Microsoft.ML.TensorFlow (3)
TensorflowTransform.cs (3)
559_isInputVector[i] = type is VectorDataViewType; 569if (_isInputVector[i]) 649var srcTensorGetters = GetTensorValueGetters(input, _inputColIndices, _isInputVector, _parent.TFInputTypes, _fullySpecifiedShapes);