2 references to Pair
Microsoft.ML.Tokenizers (2)
Model\BPETokenizer.cs (1)
293
Merges.Add(new
Pair
<int>(aId, bId), (i, newId));
Model\Pair.cs (1)
16
public static Pair<T> Create(T first, T second) => new
Pair
<T>(first, second);