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 734return _maxRowsPerBlock.Value; 761int maxRowsPerBlock = _maxRowsPerBlock.GetValueOrDefault(int.MaxValue);