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)
552
if (!inputSchema.TryGetColumnIndex(_parent.Inputs[i], out
_inputColIndices
[i]))
555
var type = inputSchema[
_inputColIndices
[i]].Type;
649
var srcTensorGetters = GetTensorValueGetters(input,
_inputColIndices
, _isInputVector, _parent.TFInputTypes, _fullySpecifiedShapes);
781
return col => Enumerable.Range(0, _parent.Outputs.Length).Any(i => activeOutput(i)) &&
_inputColIndices
.Any(i => i == col);