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; 699Ch.Assert(_pipeIndex == _pipeIndices[_circularIndex]); 700pipe2.Fetch(_pipeIndex, ref value);