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