2 references to GetChars
Microsoft.ML.Tokenizers (2)
Model\SentencePieceTokenizer.cs (2)
1690
int charCount = Helpers.
GetChars
(bytesPoolArray.AsSpan(0, bytesCount), charPoolArray);
2032
int charCount = Helpers.
GetChars
(bytesPoolArray.AsSpan(0, bytesCount), charPoolArray);