4 references to Cursor
Microsoft.ML.Transforms (4)
OptionalColumnTransform.cs (4)
430private static readonly FuncInstanceMethodInfo1<Cursor, Delegate> _makeGetterOneMethodInfo 431= FuncInstanceMethodInfo1<Cursor, Delegate>.Create(target => target.MakeGetterOne<int>); 433private static readonly FuncInstanceMethodInfo1<Cursor, int, Delegate> _makeGetterVecMethodInfo 434= FuncInstanceMethodInfo1<Cursor, int, Delegate>.Create(target => target.MakeGetterVec<int>);