2 writes to Buffer
Microsoft.ML.Data (2)
DataView\Transposer.cs (2)
452Buffer = buffer; 676temp.CopyToDense(ref _cbuff[s].Buffer);
2 references to Buffer
Microsoft.ML.Data (2)
DataView\Transposer.cs (2)
699Ch.Assert(0 <= _slotCurr && _slotCurr < Utils.Size(_cbuff) && _cbuff[_slotCurr].Buffer.Length == _len); 700_cbuff[_slotCurr].Buffer.CopyTo(ref dst);