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