1 instantiation of SingleRowLoopDataView
Microsoft.ML.Transforms (1)
StatefulFilterTransform.cs (1)
162var appendedDataView = new DataViewConstructionUtils.SingleRowLoopDataView<TDst>(parent._host, _parent._addedSchema);
2 references to SingleRowLoopDataView
Microsoft.ML.Data (1)
DataView\DataViewConstructionUtils.cs (1)
783public Cursor(IHostEnvironment env, SingleRowLoopDataView<TRow> dataView, Func<int, bool> predicate)
Microsoft.ML.Transforms (1)
StatefulFilterTransform.cs (1)
162var appendedDataView = new DataViewConstructionUtils.SingleRowLoopDataView<TDst>(parent._host, _parent._addedSchema);