13 references to BufferLength
Microsoft.ML.Tokenizers (13)
Model\CodeGenTokenizer.cs (13)
334Span<char> mutatedInputSpan = stackalloc char[BufferLength]; 342if (span.Length + 1 > BufferLength) 442Span<char> token = stackalloc char[BufferLength]; 443Span<int> mapping = stackalloc int[BufferLength]; 450if (destinationMaxSize > BufferLength) 593Span<char> mutatedInputSpan = stackalloc char[BufferLength]; 599if (span.Length + 1 > BufferLength) 812Span<char> mutatedInputSpan = stackalloc char[BufferLength]; 818if (span.Length + 1 > BufferLength) 949Span<char> mutatedInputSpan = stackalloc char[BufferLength]; 955if (span.Length + 1 > BufferLength) 1125Span<char> token = stackalloc char[BufferLength]; 1126Span<int> mapping = stackalloc int[BufferLength];