1 write to RowCount
Microsoft.ML.Data (1)
DataLoadSave\Transpose\TransposeSaver.cs (1)
116
header.
RowCount
= slotType.Size;
8 references to RowCount
Microsoft.ML.Data (8)
DataLoadSave\Transpose\TransposeLoader.cs (8)
251
Host.CheckDecode(rowCount == 0 || _parent._header.
RowCount
== rowCount);
304
Host.CheckDecode(vectorType.Size == _parent._header.
RowCount
);
368
get { return _header.
RowCount
== _schemaEntry.GetView().GetRowCount(); }
389
if (_header.
RowCount
== view.GetRowCount())
596
_host.CheckDecode(header.
RowCount
>= 0, "Row count cannot be negative");
619
return _header.
RowCount
;
799
Ch.Assert(((ITransposeDataView)_parent).GetSlotType(col).Size == _parent._header.
RowCount
);
856
bool more = Position < _parent._header.
RowCount
- 1;