1 instantiation of TypedRow
Microsoft.ML.Data (1)
DataView\TypedCursor.cs (1)
169
return new RowImplementation(new
TypedRow
(this, input));
2 references to TypedRow
Microsoft.ML.Data (2)
DataView\TypedCursor.cs (2)
562
private readonly
TypedRow
_row;
573
public RowImplementation(
TypedRow
row) => _row = row;