1. 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
  2. 22 Sep, 2017 3 commits
  3. 21 Sep, 2017 6 commits
  4. 20 Sep, 2017 6 commits
  5. 19 Sep, 2017 4 commits
  6. 18 Sep, 2017 1 commit
  7. 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
  8. 15 Sep, 2017 13 commits
  9. 14 Sep, 2017 3 commits