1. 13 8月, 2021 2 次提交
  2. 12 8月, 2021 6 次提交
  3. 11 8月, 2021 13 次提交
  4. 10 8月, 2021 10 次提交
  5. 09 8月, 2021 5 次提交
  6. 08 8月, 2021 1 次提交
  7. 06 8月, 2021 3 次提交
    • L
      [NPU] Support npu kernel for atan and atan_grad op, test=develop (#34658) · cabfb4a7
      Liu-xiandong 提交于
      * fix npu compile error, test=develop
      
      * [NPU] Support npu kernel for atan and atan_grad op, test=develop
      
      * [NPU] Support npu kernel for atan and atan_grad op, test=develop
      Co-authored-by: Nqili93 <qili93@qq.com>
      cabfb4a7
    • F
      [NPU]add reduce_prod (#34182) · 47d81b09
      furnace 提交于
      * [NPU] add reduce_prod
      
      * [NPU] delete check_dygraph=False
      
      * [NPU] delete skipIf
      
      * add attrs support or check
      
      * [NPU] delete extra codes for test_reduce_max_op_npu
      
      * [NPU] add attr out_dtype
      47d81b09
    • Y
      Support npu kernel for eye op (#34543) · 6e442e6a
      yeliang2258 提交于
      * add eye npu op
      
      * remove useless headers
      
      * code style
      
      * Update eye_op_npu.cc
      
      * Update eye_op_npu.cc
      
      * remove useless code in test file
      
      * code style check
      
      * change Copyright to 2021
      
      * add test case and do some fix
      
      * fix
      
      * update code
      
      * fix for CI
      
      * return
      
      * fix
      6e442e6a