1. 30 12月, 2020 3 次提交
  2. 29 12月, 2020 5 次提交
  3. 28 12月, 2020 7 次提交
  4. 26 12月, 2020 1 次提交
  5. 25 12月, 2020 9 次提交
  6. 24 12月, 2020 6 次提交
  7. 23 12月, 2020 5 次提交
  8. 22 12月, 2020 4 次提交
    • C
      fix unittest timeout (#29820) · c4eb5d03
      ceci3 提交于
      c4eb5d03
    • C
      change grad elementwise_mul for complex types (#29757) · ddfc3d2c
      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
      
      * delete no need to calculate inputs in dygraph op_test
      
      * delete no need to calculate inputs in dygraph op_test
      
      * modify grad of mul for complex types
      
      * fix the grads of inputs args order not match bug
      ddfc3d2c
    • C
      change the grad of div when complex types (#29804) · 2a260d9b
      chentianyu03 提交于
      * change the grad of div when complex types
      
      * fix the grads of inputs args order not match bug
      2a260d9b
    • S
      fix api link for the any, all, isfinite · e219b8cc
      syyxsxx 提交于
      fix api link  for the any, all, isfinite
      e219b8cc