1 write to _pipes
Microsoft.ML.Data (1)
Data\DataViewUtils.cs (1)
1044
_pipes
= pipes;
5 references to _pipes
Microsoft.ML.Data (5)
Data\DataViewUtils.cs (5)
1047
_getters[i] =
_pipes
[i].GetGetter();
1048
_idGetter = (ValueGetter<DataViewRowId>)
_pipes
[activeToCol.Length + (int)ExtraIndex.Id].GetGetter();
1060
foreach (var pipe in
_pipes
)
1076
foreach (var pipe in
_pipes
)
1101
nextBatch.SetAll(
_pipes
);