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