• Matthew Brookhart's avatar
    Reduce Ops in the Builder (#252) · bdd0bc62
    Matthew Brookhart authored
    * First compiling pass, doesn't link tests, looks like templates aren't properly initialized?
    
    * Make reduce inline, compiles, sum passes test
    
    * Initial working reduce op builder
    
    * Add Std dev, Variance, L2Norm. Tests fail because Power isn't actually implemented in ngraph++ yet
    
    * Add Doc Strings, slight refactor
    
    * fix tests after master merge
    
    * Fix style issues raised in PR review
    
    * Switch to Sum-based ops instead of Reduce-based ops for simpler autodiff.
    
    * Add requested TODO comments
    
    * Use all_close for tests
    
    * Remove product op
    bdd0bc62
Name
Last commit
Last update
cmake Loading commit data...
contrib/docker Loading commit data...
doc Loading commit data...
maint Loading commit data...
src Loading commit data...
test Loading commit data...
third-party Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
README-RESNET.rst Loading commit data...
README.md Loading commit data...