1. 27 Sep, 2017 2 commits
    • Scott Cyphers's avatar
      Basic layouts, tuples (#148) · d9acd066
      Scott Cyphers authored
      * Basic layouts, tuples
      
      * Review comments.
      
      * Add incude for size_t.
      
      * Bop use-after-free in GetTupleElement
      
      * Inline call to get_element_types()
      d9acd066
    • Adam Procter's avatar
      Implement vector and matrix concatenation through VM (#147) · cdb079b8
      Adam Procter authored
      * Implement vector and matrix concatenation through VM
      
      * Address PR comments
      
      * Comments on Concat semantics
      
      * Remove some redundant template parameters in concat_matrix and concat_vector
      
      * Formatting fixes in external_function.cpp
      cdb079b8
  2. 26 Sep, 2017 4 commits
  3. 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
  4. 22 Sep, 2017 3 commits
  5. 21 Sep, 2017 6 commits
  6. 20 Sep, 2017 6 commits
  7. 19 Sep, 2017 4 commits
  8. 18 Sep, 2017 1 commit
  9. 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
  10. 15 Sep, 2017 10 commits