1. 03 Oct, 2017 2 commits
  2. 02 Oct, 2017 3 commits
  3. 30 Sep, 2017 2 commits
  4. 28 Sep, 2017 2 commits
  5. 27 Sep, 2017 3 commits
  6. 26 Sep, 2017 4 commits
  7. 25 Sep, 2017 3 commits
    • 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
    • Christian Convey's avatar
      Forces CI to use clang-3.9 (#135) · 8021a00e
      Christian Convey authored
      * Forces CI to use clang-3.9
      8021a00e
    • Robert Kimball's avatar
      remove unused files (#143) · 6b1ea2a1
      Robert Kimball authored
      6b1ea2a1
  8. 22 Sep, 2017 3 commits
  9. 21 Sep, 2017 6 commits
  10. 20 Sep, 2017 6 commits
  11. 19 Sep, 2017 4 commits
  12. 18 Sep, 2017 1 commit
  13. 16 Sep, 2017 1 commit
    • Bob Kimball's avatar
      add liveness pass · d3f3bb1b
      Bob Kimball authored
      add naming of tensors and tensor views
      add visualization pass
      add graph dump pass
      d3f3bb1b