-
Scott Cyphers authored
* Support for no-arg op construction * Add a-ops. * Two const init variations to try to solve windows link error * Try export for windows * Create outputs as needed, test * Remove attribute helpers * another windows try * windows * windows * Partial node cleanup * Review comments Node destruction that doesn't blow out the stack on deep graphs * Review comments * Update src/ngraph/node.hpp Co-Authored-By: Adam Procter <adam.m.procter@intel.com> * Have huge test check that nodes were deleted * Switch constructors to use Output instead of Node * Review comments * Add some comments