3 references to CharUtils
Microsoft.ML.Core (1)
Data\ReadOnlyMemoryUtils.cs (1)
223
char ch =
CharUtils
.ToLowerInvariant(span[j]);
Microsoft.ML.Transforms (2)
Text\TextNormalizing.cs (2)
425
ch =
CharUtils
.ToLowerInvariant(ch);
427
ch =
CharUtils
.ToUpperInvariant(ch);