2 instantiations of State
Microsoft.ML.Tokenizers (2)
Utils\BytePairEncoder.cs (2)
162state[0] = new State 182state[i + 1] = new State
5 references to State
Microsoft.ML.Tokenizers (5)
Utils\BytePairEncoder.cs (5)
159State[] statePoolArray = ArrayPool<State>.Shared.Rent(stateLength); 160Span<State> state = statePoolArray.AsSpan(0, stateLength); 193void PotentialMerge(Span<State> stateSpan, PriorityQueue<MergeEntry> heapQueue, int start, int nextEndItem) 283ArrayPool<State>.Shared.Return(statePoolArray);