19 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)
Microsoft.ML.TimeSeries (3)
SequentialTransformBase.cs (1)
371protected override bool? ShouldUseParallelCursors(Func<int, bool> predicate)
SequentialTransformerBase.cs (2)
573protected override bool? ShouldUseParallelCursors(Func<int, bool> predicate) 858protected override bool? ShouldUseParallelCursors(Func<int, bool> predicate)
Microsoft.ML.Transforms (5)
GroupTransform.cs (1)
165protected override bool? ShouldUseParallelCursors(Func<int, bool> predicate)
OptionalColumnTransform.cs (1)
317protected override bool? ShouldUseParallelCursors(Func<int, bool> predicate)
ProduceIdTransform.cs (1)
167protected override bool? ShouldUseParallelCursors(Func<int, bool> predicate)
StatefulCustomMappingTransformer.cs (1)
244protected override bool? ShouldUseParallelCursors(Func<int, bool> predicate)
UngroupTransform.cs (1)
166protected override bool? ShouldUseParallelCursors(Func<int, bool> predicate)
1 reference to ShouldUseParallelCursors
Microsoft.ML.Data (1)
Transforms\TransformBase.cs (1)
72bool? useParallel = ShouldUseParallelCursors(predicate);