1. 28 Nov, 2017 2 commits
    • Sang Ik Lee's avatar
      Problem: Compile error on Mac with gcc 7.2 (#270) · ca977e70
      Sang Ik Lee authored
      * Problem: Compile error on Mac with gcc 7.2
      Solution: Should include <functional> to use std::function.
      
      * Sort include names in alphabetical order.
      ca977e70
    • 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
  2. 27 Nov, 2017 1 commit
  3. 26 Nov, 2017 1 commit
  4. 25 Nov, 2017 4 commits
  5. 22 Nov, 2017 8 commits
  6. 21 Nov, 2017 24 commits