2 writes to _intBufferPool
Microsoft.ML.Data (2)
DataLoadSave\Binary\Codecs.cs (2)
798_intBufferPool = _bufferPool as MadeObjectPool<int[]>; 800_intBufferPool = new MadeObjectPool<int[]>(() => null);
4 references to _intBufferPool
Microsoft.ML.Data (4)
DataLoadSave\Binary\Codecs.cs (4)
1046_codec._intBufferPool.Return(_counts); 1047_codec._intBufferPool.Return(_indices); 1049_codec._intBufferPool.Return(_lengths); 1057int[] values = _codec._intBufferPool.Get();