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;
569
if (
_isInputVector
[i])
649
var srcTensorGetters = GetTensorValueGetters(input, _inputColIndices,
_isInputVector
, _parent.TFInputTypes, _fullySpecifiedShapes);