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