1 write to _inputOnnxTypes
Microsoft.ML.OnnxTransformer (1)
OnnxTransform.cs (1)
513
_inputOnnxTypes
= new Type[_parent.Inputs.Length];
4 references to _inputOnnxTypes
Microsoft.ML.OnnxTransformer (4)
OnnxTransform.cs (4)
502
/// <see cref="
_inputOnnxTypes
"/>'s i-th element value tells if the <see cref="Type"/> of the i-th ONNX input.
529
_inputOnnxTypes
[i] = inputNodeInfo.TypeInOnnxRuntime;
627
var srcNamedValueGetters = GetNamedOnnxValueGetters(input, _inputColIndices,
_inputOnnxTypes
, _inputTensorShapes);
636
var srcNamedValueGetters = GetNamedOnnxValueGetters(input, _inputColIndices,
_inputOnnxTypes
, _inputTensorShapes);