1 write to _inputColIndices
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
547_inputColIndices = new int[_parent.Inputs.Length];
4 references to _inputColIndices
Microsoft.ML.TensorFlow (4)
TensorflowTransform.cs (4)
552if (!inputSchema.TryGetColumnIndex(_parent.Inputs[i], out _inputColIndices[i])) 555var type = inputSchema[_inputColIndices[i]].Type; 649var srcTensorGetters = GetTensorValueGetters(input, _inputColIndices, _isInputVector, _parent.TFInputTypes, _fullySpecifiedShapes); 781return col => Enumerable.Range(0, _parent.Outputs.Length).Any(i => activeOutput(i)) && _inputColIndices.Any(i => i == col);