2 references to NonMacros
Microsoft.ML.EntryPoints (2)
JsonUtils\GraphRunner.cs (2)
58var remainingNodes = _graph.Macros.Union(_graph.NonMacros).Where(x => !x.IsFinished).Select(x => x.Id).ToArray(); 66while ((nextNode = _graph.NonMacros.FirstOrDefault(x => x.CanStart())) != null)