6 references to TryGetValue
Microsoft.ML.Tokenizers (6)
Model\BPETokenizer.cs (3)
992
if (Cache.
TryGetValue
(text, out word))
1068
if (Cache.
TryGetValue
(text, out Word hit))
1101
if (Cache.
TryGetValue
(text, out Word hit))
Model\EnglishRobertaTokenizer.cs (3)
386
if (_cache.
TryGetValue
(text, out List<EncodedToken>? hit))
670
if (_cache.
TryGetValue
(text, out List<EncodedToken>? hit))
715
if (_cache.
TryGetValue
(text, out List<EncodedToken>? hit))