1. 15 Oct, 2017 1 commit
  2. 14 Oct, 2017 1 commit
  3. 12 Oct, 2017 3 commits
  4. 11 Oct, 2017 1 commit
    • Nick Korovaiko's avatar
      sin (#191) · 4bec2307
      Nick Korovaiko authored
      missing include
      
      fixing vector length
      
      format fixes
      
      avoid repeating input values in a test
      
      use input
      
      trig/hyper funcs
      4bec2307
  5. 10 Oct, 2017 2 commits
    • Adam Procter's avatar
      Slice operator (#188) · 5485d6b6
      Adam Procter authored
      * Formatting; fix erroneous "type_prop" classification for reduce and slice tests
      
      * Clarify comment
      
      * Add step parameter to slice, with type checking but not (yet) implementation in VM
      5485d6b6
    • Adam Procter's avatar
      Implement elementwise exp (#187) · 55ac615b
      Adam Procter authored
      * Add elementwise exp to VM
      
      * Formatting
      55ac615b
  6. 09 Oct, 2017 6 commits
  7. 08 Oct, 2017 1 commit
  8. 06 Oct, 2017 7 commits
  9. 05 Oct, 2017 1 commit
  10. 04 Oct, 2017 2 commits
  11. 03 Oct, 2017 4 commits
  12. 02 Oct, 2017 2 commits
  13. 28 Sep, 2017 2 commits
  14. 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
  15. 26 Sep, 2017 3 commits
  16. 25 Sep, 2017 2 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
    • Robert Kimball's avatar
      remove unused files (#143) · 6b1ea2a1
      Robert Kimball authored
      6b1ea2a1