1 write to _pool
Microsoft.ML.Data (1)
Data\DataViewUtils.cs (1)
914
_pool
= (MadeObjectPool<T[]>)pool;
4 references to _pool
Microsoft.ML.Data (4)
Data\DataViewUtils.cs (4)
921
return InPipe.Create<T>(
_pool
, (ValueGetter<T>)getter);
935
_pool
.Return(Values);
947
while (
_pool
.Count > 0)
948
_pool
.Get();