1 write to _pool
Microsoft.ML.Data (1)
Data\DataViewUtils.cs (1)
713
_pool
= pool;
3 references to _pool
Microsoft.ML.Data (3)
Data\DataViewUtils.cs (3)
715
_values =
_pool
.Get();
729
_values =
_pool
.Get();
738
return OutPipe.Create(type,
_pool
);