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,
534
var idPipe =
_pipes
[numActive + (int)ExtraIndex.Id] = ShufflePipe.Create(_pipeIndices.Length, RowIdDataViewType.Instance, input.GetIdGetter());
591
for (int c = 0; c <
_pipes
.Length; ++c)
592
_pipes
[c].Fill(pipeIndex);
688
return CreateGetterDelegate<TValue>(
_pipes
[_colToActivesIndex[col]]);