Commits


Scott McKay authored and GitHub committed b3479367cfa
Add helper to check if node provides a graph output. (#8186) * Add helper to check if node provides a graph output. The current approach unnecessarily creates a vector when most of the optimizers only care about a true/false response. * Undo accidental change * Fix a couple of issues due to copying from larger set of changes.