6 references to MaxRowsPerBlock
Microsoft.ML.Data (6)
DataLoadSave\Binary\BinarySaver.cs (6)
195_host.CheckUserArg(!args.MaxRowsPerBlock.HasValue || args.MaxRowsPerBlock > 0, nameof(args.MaxRowsPerBlock), "Must be positive."); 198_host.CheckUserArg(args.MaxRowsPerBlock.HasValue || args.MaxBytesPerBlock.HasValue, nameof(args.MaxBytesPerBlock), 199"Either " + nameof(args.MaxRowsPerBlock) + " or " + nameof(args.MaxBytesPerBlock) + " must have a value."); 205_maxRowsPerBlock = args.MaxRowsPerBlock;