1 write to _cbuff
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
656
Utils.EnsureSize(ref
_cbuff
, vecLen);
6 references to _cbuff
Microsoft.ML.Data (6)
DataView\Transposer.cs (6)
666
ColumnBufferStorage existingBuffer =
_cbuff
[s];
667
_cbuff
[s] = new ColumnBufferStorage(temp, values, indices);
676
temp.CopyToDense(ref
_cbuff
[s].Buffer);
699
Ch.Assert(0 <= _slotCurr && _slotCurr < Utils.Size(
_cbuff
) &&
_cbuff
[_slotCurr].Buffer.Length == _len);
700
_cbuff
[_slotCurr].Buffer.CopyTo(ref dst);