11 overrides of ShouldUseParallelCursors
Microsoft.ML.Data (11)
DataView\LambdaFilter.cs (1)
104protected override bool? ShouldUseParallelCursors(Func<int, bool> predicate)
DataView\RowToRowMapperTransform.cs (1)
181protected override bool? ShouldUseParallelCursors(Func<int, bool> predicate)
Dirty\ChooseColumnsByIndexTransform.cs (1)
238protected override bool? ShouldUseParallelCursors(Func<int, bool> predicate)
Scorers\RowToRowScorerBase.cs (1)
115protected sealed override bool? ShouldUseParallelCursors(Func<int, bool> predicate)
Transforms\BootstrapSamplingTransformer.cs (1)
163protected override bool? ShouldUseParallelCursors(Func<int, bool> predicate)
Transforms\GenerateNumberTransform.cs (1)
327protected override bool? ShouldUseParallelCursors(Func<int, bool> predicate)
Transforms\NAFilter.cs (1)
200protected override bool? ShouldUseParallelCursors(Func<int, bool> predicate)
Transforms\RangeFilter.cs (1)
201protected override bool? ShouldUseParallelCursors(Func<int, bool> predicate)
Transforms\RowShufflingTransformer.cs (1)
245protected override bool? ShouldUseParallelCursors(Func<int, bool> predicate)
Transforms\SkipTakeFilter.cs (1)
205protected override bool? ShouldUseParallelCursors(Func<int, bool> predicate)
Transforms\TransformBase.cs (1)
716protected sealed override bool? ShouldUseParallelCursors(Func<int, bool> predicate)
1 reference to ShouldUseParallelCursors
Microsoft.ML.Data (1)
Transforms\TransformBase.cs (1)
72bool? useParallel = ShouldUseParallelCursors(predicate);