• Robert Kimball's avatar
    Change Backend::create to return std::unique_ptr<Backend> (#1909) · 05a404a8
    Robert Kimball authored
    * create unique_ptr backend
    
    * unit test cleanup
    
    * address more code that was recently added
    
    * change from reference to pointer when passing backend to reduce the number of lines changed.
    
    * fix build error
    
    * fix python wrapper
    
    * style
    
    * more specific treatment for unique_ptr
    05a404a8
Name
Last commit
Last update
..
examples Loading commit data...
ngraph Loading commit data...
pyngraph Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
requirements.txt Loading commit data...
setup.py Loading commit data...
test_requirements.txt Loading commit data...
tox.ini Loading commit data...