2 references to CreateNamedOnnxValueGetter
Microsoft.ML.OnnxTransformer (2)
OnnxTransform.cs (2)
784
srcNamedOnnxValueGetters[i] =
CreateNamedOnnxValueGetter
(input, onnxInputTypes[i], colIndex, onnxInputShapes[i]);
807
/// Function needed by reflection in <see cref="
CreateNamedOnnxValueGetter
(DataViewRow, Type, int, OnnxShape)"/>.