1 write to _srcTypes
Microsoft.ML.Transforms (1)
MissingValueDroppingTransformer.cs (1)
189_srcTypes = new DataViewType[_parent.ColumnPairs.Length];
2 references to _srcTypes
Microsoft.ML.Transforms (2)
MissingValueDroppingTransformer.cs (2)
200_srcTypes[i] = srcCol.Type; 223return Utils.MarshalInvoke(_makeVecGetterMethodInfo, this, _srcTypes[iinfo].GetItemType().RawType, input, iinfo);