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