2 references to GetGetterAsCore
Microsoft.ML.Data (2)
Data\RowCursorUtils.cs (2)
64
Func<DataViewType, DataViewType, DataViewRow, int, ValueGetter<int>> del =
GetGetterAsCore
<int, int>;
85
Func<DataViewType, DataViewType, DataViewRow, int, ValueGetter<TDst>> del =
GetGetterAsCore
<int, TDst>;