1. 16 Jan, 2019 1 commit
    • Nick Korovaiko's avatar
      sink pad and slice (#2304) · c6ff95af
      Nick Korovaiko authored
      * sink pad and slice
      
      * Update reshape_sinking.cpp
      
      * batch size 1 -> 100
      
      * move extern decls to header
      
      * Update reshape_sinking.hpp
      c6ff95af
  2. 14 Jan, 2019 1 commit
  3. 11 Jan, 2019 3 commits
  4. 03 Jan, 2019 1 commit
  5. 13 Dec, 2018 1 commit
  6. 20 Nov, 2018 1 commit
  7. 16 Nov, 2018 1 commit
  8. 10 Oct, 2018 1 commit
    • Nick Korovaiko's avatar
      Reshape Sinking (#1701) · f642bc4c
      Nick Korovaiko authored
      * reshape sinking working on mnist_conv
      
      * forgot to add reshape_sinking files
      
      * refactoring of binary case
      
      * Quantize/Dequantize case, fix add case, add assert
      
      * address bob and scott's feedback
      
      * debug
      
      * fix a bug where reshapes are removed too early
      f642bc4c