15 references to For
Microsoft.Build.Tasks.Core (1)
FileIO\GetFileHash.cs (1)
84Parallel.For(0, Files.Length, parallelOptions, index =>
Microsoft.CodeAnalysis (2)
InternalUtilities\RoslynParallel.cs (2)
16/// <inheritdoc cref="Parallel.For(int, int, ParallelOptions, Action{int})"/> 23return Parallel.For(fromInclusive, toExclusive, parallelOptions, errorHandlingBody);
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\InternalUtilities\RoslynParallel.cs (2)
16/// <inheritdoc cref="Parallel.For(int, int, ParallelOptions, Action{int})"/> 23return Parallel.For(fromInclusive, toExclusive, parallelOptions, errorHandlingBody);
Microsoft.ML.FastTree (4)
Dataset\Dataset.cs (2)
267Parallel.For(0, NumFlocks, new ParallelOptions { MaxDegreeOfParallelism = BlockingThreadPool.NumThreads }, 317Parallel.For(0, NumFlocks, new ParallelOptions { MaxDegreeOfParallelism = BlockingThreadPool.NumThreads },
Training\ScoreTracker.cs (2)
105Parallel.For(0, tree.NumLeaves, new ParallelOptions { MaxDegreeOfParallelism = BlockingThreadPool.NumThreads }, (leaf) => 203Parallel.For(0, tree.NumLeaves, new ParallelOptions { MaxDegreeOfParallelism = BlockingThreadPool.NumThreads },
Microsoft.ML.StandardTrainers (4)
Standard\MulticlassClassification\PairwiseCouplingTrainer.cs (1)
475Parallel.For(0, maps.Length, parallelOptions, i =>
Standard\SdcaBinary.cs (3)
638Parallel.For(0, checkFrequency, pOptions, 652Parallel.For(0, residue, pOptions, 2193Parallel.For(0, _options.NumberOfIterations, pOptions, i => trainingTasks[i](rands[i], pch));
Microsoft.ML.Sweeper (1)
ConfigRunner.cs (1)
202Parallel.For(0, sweeps.Length, _parallelOptions, j =>
Microsoft.ML.Sweeper.Tests (1)
TestSweeper.cs (1)
331var r = Task.Run(() => Parallel.For(0, sweeps, options, async (int i) =>