2 references to ForEach
Microsoft.ML.Ensemble (1)
Trainer\EnsembleTrainerBase.cs (1)
147
Parallel.
ForEach
(_subsetSelector.GetSubsets(batch, Host.Rand),
Microsoft.ML.Transforms (1)
Text\WordEmbeddingsExtractor.cs (1)
682
Parallel.
ForEach
(File.ReadLines(_modelFileNameWithPath).Skip(skippedLinesCount), GetParallelOptions(hostEnvironment),