1. 19 Jul, 2019 1 commit
  2. 20 Jun, 2019 1 commit
  3. 14 Jun, 2019 1 commit
  4. 06 Jun, 2019 1 commit
    • Amy Zhuang's avatar
      Use Eigen kernel for Gather when axis is 0. (#3014) · ea64f5bf
      Amy Zhuang authored
      * Use Eigen kernel for Gather when axis is 0.
      
      * Fix style error.
      
      * Rename variables.
      
      Fix bugs.
      
      Use helper function.
      
      * Add one unit test.
      
      * Check if openmp is defined.
      
      * Change unit tests.
      
      * Use Eigen kernel for uint8_t type.
      
      Add one uint8_t unit test.
      
      Address PR feedback.
      
      * Update cpu emitter.
      ea64f5bf
  5. 25 May, 2019 1 commit
  6. 17 May, 2019 1 commit
    • tsocha's avatar
      Add support for more types in gather op. (#2926) · 9d509515
      tsocha authored
      * Add test for i32 gather
      
      * Add support for ints to Gather op
      
      * Move helper function to anonymous namespace
      
      * Add more types
      
      * Use static_cast instead of the old one
      
      * Style fix
      
      * Skip tests on GPU
      
      * Add more tests
      
      * Skip tests on gpu
      
      * Change bool to char
      9d509515
  7. 17 Apr, 2019 1 commit
    • Sang Ik Lee's avatar
      gather, gather_nd (#2742) · 59632bac
      Sang Ik Lee authored
      * Temp.
      
      * Put all the dummy files.
      
      * Remove some compile errors.
      
      * WIP: Add gather and gather_nd kernels.
      
      * Temp save.
      
      * Update comments for gather.
      
      * Implement reference gather.
      
      * Validate and infer shape.
      
      * Style.
      
      * Fix compile issues.
      
      * Add serializer support.
      
      * Fix interpreter compilation issues.
      
      * WIP: Add UT
      
      * WIP: Add UT
      
      * gather_nd UT passing.
      
      * Fix gather with no axis.
      
      * Fix gather issue.
      
      * Update unit_test.manifest for backends and add gather, gather_nd  support for generic cpu.
      
      * Add type_prop tests.
      
      * Add CPU builders.
      
      * Fix codegen.
      
      * Make some UT numbers more readable.
      
      * Style.
      
      * Update Copyright Year
      
      * Update Copyright Year
      
      * Fix Typo.
      
      * Remove unused variable.
      
      * fix nv gpu build error
      
      * Fix intel gpu compilation.
      
      * Add basic docstring.
      
      * Allow 1D indices for gather_nd.
      
      * Allow scalar indices for gather.
      
      * Update unit_test manifest files.
      
      * Style.
      
      * Add indices element type check and add failing type_prop checks.
      
      * Update docstring.
      
      * Fix incorrect test names in unit_test.manifest
      
      * Missing header
      59632bac