2 instantiations of TypedCursor
Microsoft.ML.Data (2)
DataView\TypedCursor.cs (2)
188
return new RowCursorImplementation(new
TypedCursor
(this, cursor));
216
.Select(rc => (RowCursor<TRow>)(new RowCursorImplementation(new
TypedCursor
(this, rc))))
2 references to TypedCursor
Microsoft.ML.Data (2)
DataView\TypedCursor.cs (2)
588
private readonly
TypedCursor
_cursor;
591
public RowCursorImplementation(
TypedCursor
cursor) => _cursor = cursor;