3 writes to _data
Microsoft.ML.FastTree (3)
Dataset\DenseIntArray.cs (3)
737
_data
= new ushort[len];
744
_data
= values.Select(i => (ushort)i).ToArray(len);
751
_data
= buffer.ToUShortArray(ref position);
7 references to _data
Microsoft.ML.FastTree (7)
Dataset\DenseIntArray.cs (7)
757
fixed (ushort* pData =
_data
)
768
return
_data
.SizeInBytes() + sizeof(int) + base.SizeInBytes();
781
_data
.ToByteArray(buffer, ref position);
788
return
_data
[index];
794
_data
[index] = (ushort)value;
802
fixed (ushort* pData =
_data
)
814
fixed (ushort* pData =
_data
)