3 references to WantParallelCursors
Microsoft.ML.Data (3)
Transforms\TransformBase.cs (3)
712/// This produces either "true" or "null" according to whether <see cref="WantParallelCursors"/> 719if (WantParallelCursors(predicate)) 756if (inputs.Length == 1 && n > 1 && WantParallelCursors(predicate))