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