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; 627var srcNamedValueGetters = GetNamedOnnxValueGetters(input, _inputColIndices, _inputOnnxTypes, _inputTensorShapes); 636var srcNamedValueGetters = GetNamedOnnxValueGetters(input, _inputColIndices, _inputOnnxTypes, _inputTensorShapes);