13 references to BufferLength
Microsoft.ML.Tokenizers (13)
Model\CodeGenTokenizer.cs (13)
337Span<char> mutatedInputSpan = stackalloc char[BufferLength]; 345if (span.Length + 1 > BufferLength) 445Span<char> token = stackalloc char[BufferLength]; 446Span<int> mapping = stackalloc int[BufferLength]; 453if (destinationMaxSize > BufferLength) 596Span<char> mutatedInputSpan = stackalloc char[BufferLength]; 602if (span.Length + 1 > BufferLength) 815Span<char> mutatedInputSpan = stackalloc char[BufferLength]; 821if (span.Length + 1 > BufferLength) 952Span<char> mutatedInputSpan = stackalloc char[BufferLength]; 958if (span.Length + 1 > BufferLength) 1128Span<char> token = stackalloc char[BufferLength]; 1129Span<int> mapping = stackalloc int[BufferLength];