2 references to _charBlockSize
Microsoft.ML.Core (2)
Utilities\TextReaderStream.cs (2)
81_buff = new byte[Math.Max(_encoding.GetByteCount("\n"), _encoding.GetMaxByteCount(_charBlockSize))]; 140int charCount = Math.Min(_line.Length - _lineCur, _charBlockSize);