1. 22 12月, 2020 12 次提交
  2. 21 12月, 2020 13 次提交
  3. 20 12月, 2020 2 次提交
  4. 19 12月, 2020 2 次提交
  5. 18 12月, 2020 9 次提交
  6. 17 12月, 2020 2 次提交
    • L
      Update en docs of to_tensor (#29718) · 10edfb6f
      LielinJiang 提交于
      * update to_tensor en docs
      10edfb6f
    • C
      add conj op for complex types (#29527) · 71063b81
      chentianyu03 提交于
      * add conj op for complex types
      
      * add conj for complex types
      
      * add more test case
      
      * add conj_op test
      
      * modify conj api and impl
      
      * add complex type for fill_constant_op xpu
      
      * add setConstant for complex type
      
      * remove complex conj test file
      
      * user define grad for test_conj_op
      
      * add test case for static mode of conj api
      
      * modify conj doc
      
      * change input args name to x
      
      * remove useless codes
      
      * conj support real types
      
      * add conj test case for real number
      71063b81