• Robert Kimball's avatar
    Interpreter use switch() for main loop (#1538) · d81d0c93
    Robert Kimball authored
    * wip
    
    * interperter use switch instead of if/else
    
    * more cleanup
    
    * make nop elimination run on all backends
    
    * revert
    
    * use single include file to define all ops so there is only one instance
    
    * move op.tbl to ngraph/op dir as it is useful. Added useage example.
    
    * add some comments where needed
    
    * revert some changes to reduce delta
    
    * add const
    
    * add more const
    
    * simplify using NodeWrapper
    
    * update per review comments
    
    * update per review comments
    
    * update per review comments
    
    * remove switch warning as it is not supported in older gcc
    d81d0c93
Name
Last commit
Last update
.ci Loading commit data...
cmake Loading commit data...
contrib/docker Loading commit data...
doc Loading commit data...
licenses Loading commit data...
maint Loading commit data...
python Loading commit data...
src Loading commit data...
test Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIB.md Loading commit data...
INSTALL.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION.in Loading commit data...
changes.md Loading commit data...