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