1. 06 Oct, 2017 9 commits
  2. 05 Oct, 2017 7 commits
  3. 04 Oct, 2017 4 commits
  4. 03 Oct, 2017 5 commits
  5. 02 Oct, 2017 3 commits
  6. 30 Sep, 2017 2 commits
  7. 28 Sep, 2017 2 commits
  8. 27 Sep, 2017 3 commits
  9. 26 Sep, 2017 4 commits
  10. 25 Sep, 2017 1 commit
    • Adam Procter's avatar
      MNIST elementwise ops (#137) · 1138d1b9
      Adam Procter authored
      * Add elementwise ops to runtime
      
      * equals operator implementation at graph and runtime level
      
      * "Select" operator (elementwise ?:) at graph and runtime level
      
      * A few file renames (`notequal` -> `not_equal`, `lessthan` -> `less_than`)
      
      * Macro wrapping boilerplate for op registration in `external_function.cpp`
        (this covers everything except `op::Parameter`).
      1138d1b9