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;
537
var type = inputSchema[
_inputColIndices
[i]].Type;
610
return col => Enumerable.Range(0, _parent.Outputs.Length).Any(i => activeOutput(i)) &&
_inputColIndices
.Any(i => i == col);
627
var srcNamedValueGetters = GetNamedOnnxValueGetters(input,
_inputColIndices
, _inputOnnxTypes, _inputTensorShapes);
636
var srcNamedValueGetters = GetNamedOnnxValueGetters(input,
_inputColIndices
, _inputOnnxTypes, _inputTensorShapes);
691
for (int i = 0; i <
_inputColIndices
.Length; i++)