3 references to AnnotationGetter
Microsoft.ML.Core (3)
Data\AnnotationUtils.cs (3)
128public static void Marshal<THave, TNeed>(this AnnotationGetter<THave> getter, int col, ref TNeed dst) 134var get = (AnnotationGetter<TNeed>)(Delegate)getter;