5 writes to _index
Microsoft.ML.Core (5)
Utilities\Heap.cs (5)
306
v.
_index
= iv;
327
v.
_index
= 0;
367
vRes.
_index
= 0;
385
item.
_index
= iv;
415
item.
_index
= 0;
3 references to _index
Microsoft.ML.Core (3)
Utilities\Heap.cs (3)
211
public bool InHeap { get { return
_index
> 0; } }
313
Contracts.Assert(result.
_index
== index);
400
int ivDst = item.
_index
;