1 write to _pipes
Microsoft.ML.Data (1)
Transforms\RowShufflingTransformer.cs (1)
523_pipes = new ShufflePipe[numActive + (int)ExtraIndex.Lim];
5 references to _pipes
Microsoft.ML.Data (5)
Transforms\RowShufflingTransformer.cs (5)
530_pipes[ia] = ShufflePipe.Create(_pipeIndices.Length, 534var idPipe = _pipes[numActive + (int)ExtraIndex.Id] = ShufflePipe.Create(_pipeIndices.Length, RowIdDataViewType.Instance, input.GetIdGetter()); 591for (int c = 0; c < _pipes.Length; ++c) 592_pipes[c].Fill(pipeIndex); 688return CreateGetterDelegate<TValue>(_pipes[_colToActivesIndex[col]]);