4 references to ApiUtils
Microsoft.ML.Data (4)
DataView\DataViewConstructionUtils.cs (2)
161
:
ApiUtils
.GeneratePeek<InputRow<TRow>, TRow>(currentColumn);
478
:
ApiUtils
.GeneratePeek<DataViewBase<TRow>, TRow>(currentColumn);
DataView\TypedCursor.cs (2)
132
_peeks[i] =
ApiUtils
.GeneratePeek<TypedCursorable<TRow>, TRow>(_columns[i]);
133
_pokes[i] =
ApiUtils
.GeneratePoke<TypedCursorable<TRow>, TRow>(_columns[i]);