10 references to DataViewUtils
Microsoft.ML.Data (10)
Data\DataViewUtils.cs (1)
139
curs =
DataViewUtils
.ConsolidateGeneric(host, inputs, batchSize);
DataLoadSave\Text\TextLoaderCursor.cs (1)
75
cthd =
DataViewUtils
.GetThreadCount(n, !parent._useThreads);
DataView\CacheDataView.cs (1)
261
n =
DataViewUtils
.GetThreadCount(n);
DataView\RowToRowMapperTransform.cs (1)
208
inputs =
DataViewUtils
.CreateSplitCursors(Host, inputs[0], n);
DataView\Transposer.cs (2)
182
rowCount =
DataViewUtils
.ComputeRowCount(_splitView);
185
rowCount =
DataViewUtils
.ComputeRowCount(_view);
DataView\TypedCursor.cs (1)
212
inputs =
DataViewUtils
.CreateSplitCursors(_host, inputs[0], n);
Scorers\RowToRowScorerBase.cs (1)
156
inputs =
DataViewUtils
.CreateSplitCursors(Host, inputs[0], n);
Transforms\TransformBase.cs (2)
80
DataViewUtils
.TryCreateConsolidatingCursor(out curs, this, columnsNeeded, Host, rng))
757
inputs =
DataViewUtils
.CreateSplitCursors(Host, inputs[0], n);