1. 18 12月, 2020 3 次提交
    • C
      Complex op test (#29753) · b59b6d7a
      chentianyu03 提交于
      * delete no need to calculate inputs in dygraph op_test
      
      * delete no need to calculate inputs in dygraph op_test
      b59b6d7a
    • L
      Fix unitest test_slice (#29740) · 096c048b
      liym27 提交于
      Before this commit, test_slice use old api `dygraph_to_static_func` to use Dynamic-t-Static and use Executor explicitly,which is not recommended to users.
      After fixed, use recommended API `paddle.jit.to_static` to replace `dygraph_to_static_func`, which won't trigger the random exception on coverage CI.
      096c048b
    • H
      Reduce batch size ot fix CPU memory, test=develop (#29736) · 2e788bd8
      Huihuang Zheng 提交于
      Unit test reported memory not enough on CPU machines. Reduce batch size again.
      2e788bd8
  2. 17 12月, 2020 2 次提交
    • 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
    • C
      [Complex] Add real & imag op and api for complex tensor (#29672) · 6cfa59de
      Chen Weihang 提交于
      * add complex real op & api & unittest
      
      * add imag op & api & unittest
      
      * refactor op impl
      
      * revert simplify writing due to complile failed
      
      * polish details
      
      * polish grad op code
      6cfa59de
  3. 16 12月, 2020 5 次提交
  4. 15 12月, 2020 6 次提交
  5. 14 12月, 2020 8 次提交
  6. 11 12月, 2020 5 次提交
  7. 10 12月, 2020 3 次提交
  8. 09 12月, 2020 8 次提交