1 write to _inputTensorShapes
Microsoft.ML.OnnxTransformer (1)
OnnxTransform.cs (1)
512
_inputTensorShapes
= new OnnxShape[_parent.Inputs.Length];
4 references to _inputTensorShapes
Microsoft.ML.OnnxTransformer (4)
OnnxTransform.cs (4)
498
/// <see cref="
_inputTensorShapes
"/>'s i-th element value tells if the i-th ONNX input's shape if it's a tensor.
528
_inputTensorShapes
[i] = inputShape.ToList();
627
var srcNamedValueGetters = GetNamedOnnxValueGetters(input, _inputColIndices, _inputOnnxTypes,
_inputTensorShapes
);
636
var srcNamedValueGetters = GetNamedOnnxValueGetters(input, _inputColIndices, _inputOnnxTypes,
_inputTensorShapes
);