1 write to _maxRowsPerBlock
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinarySaver.cs (1)
205
_maxRowsPerBlock
= args.MaxRowsPerBlock;
4 references to _maxRowsPerBlock
Microsoft.ML.Data (4)
DataLoadSave\Binary\BinarySaver.cs (4)
733
_host.Assert(
_maxRowsPerBlock
.HasValue &&
_maxRowsPerBlock
.Value > 0); // argument validation should have ensured this
734
return
_maxRowsPerBlock
.Value;
761
int maxRowsPerBlock =
_maxRowsPerBlock
.GetValueOrDefault(int.MaxValue);