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