1 instantiation of FixedSizeQueue
Microsoft.ML.Core (1)
Utilities\FixedSizeQueue.cs (1)
143var q = new FixedSizeQueue<T>(Capacity);
2 references to FixedSizeQueue
Microsoft.ML.Core (2)
Utilities\FixedSizeQueue.cs (2)
141public FixedSizeQueue<T> Clone() 143var q = new FixedSizeQueue<T>(Capacity);