1 write to _inputColIndices
Microsoft.ML.OnnxTransformer (1)
OnnxTransform.cs (1)
511_inputColIndices = new int[_parent.Inputs.Length];
7 references to _inputColIndices
Microsoft.ML.OnnxTransformer (7)
OnnxTransform.cs (7)
493/// <see cref="_inputColIndices"/>'s i-th element value tells the <see cref="IDataView"/> column index to 535_inputColIndices[i] = col.Value.Index; 537var type = inputSchema[_inputColIndices[i]].Type; 610return col => Enumerable.Range(0, _parent.Outputs.Length).Any(i => activeOutput(i)) && _inputColIndices.Any(i => i == col); 627var srcNamedValueGetters = GetNamedOnnxValueGetters(input, _inputColIndices, _inputOnnxTypes, _inputTensorShapes); 636var srcNamedValueGetters = GetNamedOnnxValueGetters(input, _inputColIndices, _inputOnnxTypes, _inputTensorShapes); 691for (int i = 0; i < _inputColIndices.Length; i++)