3 writes to _bpi
Microsoft.ML.FastTree (3)
Dataset\SegmentIntArray.cs (3)
105
_bpi
= b._bpi;
111
_bpi
= (IntArrayBits)(buffer.ToInt(ref position));
124
_bpi
= IntArrayBits.Bits32;
3 references to _bpi
Microsoft.ML.FastTree (3)
Dataset\SegmentIntArray.cs (3)
36
get { return
_bpi
; }
105
_bpi = b.
_bpi
;
130
((int)
_bpi
).ToByteArray(buffer, ref position);