2 writes to _pipeIndex
Microsoft.ML.Data (2)
Transforms\RowShufflingTransformer.cs (2)
539
_pipeIndex
= _circularIndex = _pipeIndices.Length - 1;
660
_pipeIndex
= _pipeIndices[circularSwapIndex];
3 references to _pipeIndex
Microsoft.ML.Data (3)
Transforms\RowShufflingTransformer.cs (3)
662
_pipeIndices[_circularIndex] =
_pipeIndex
;
699
Ch.Assert(
_pipeIndex
== _pipeIndices[_circularIndex]);
700
pipe2.Fetch(
_pipeIndex
, ref value);