1. 19 Jul, 2019 2 commits
  2. 20 Jun, 2019 1 commit
  3. 19 Jun, 2019 1 commit
  4. 05 Jun, 2019 1 commit
    • Amy Zhuang's avatar
      Use Eigen kernel for ScatterAdd. (#3002) · ac17d797
      Amy Zhuang authored
      *  Use Eigen kernel for ScatterAdd.
      
      * Emit ScatterAdd Eigen kernel for CODEGEN.
      
      Add comments.
      
      Address PR feedback.
      
      * Add more unit tests.
      
      Fix style error.
      
      Add ScatterAdd to AssignOpMap.
      
      * Combine non-scalar cases together.
      
      * Address PR feedback.
      
      * Fix a bug.
      
      * Use reshape to make the shapes of two slices match.
      
      * Rename variables.
      
      Fix bugs.
      
      Use helper function.
      
      Add one unit test.
      
      * Add reshape back.
      ac17d797
  5. 13 May, 2019 1 commit
    • Sang Ik Lee's avatar
      scatter_add and scatter_nd_add (#2874) · 7e6c34cf
      Sang Ik Lee authored
      * Temp save.
      
      * Temp save.
      
      * Temp save.
      
      * Temp save.
      
      * Temp save.
      
      * Temp save.
      
      * Temp save.
      
      * Fix compile errors.
      
      * Fix incorrect index.
      
      * Fix UT typo.
      
      * Interpreter passes UT.
      
      * Fix more bugs.
      
      * Apply style.
      
      * Add shape check for updates tensor.
      
      * Merge typo
      7e6c34cf