1. 27 4月, 2020 4 次提交
    • C
      [dy2static] Add print transformer and unify print format (#24068) · 9b851ba2
      Chen Weihang 提交于
      * add print transformer & unify print format, test=develop
      
      * remove using of dygraph_to_static_func, test=develop
      
      * remove python stdout capture, test=develop
      
      * fix compatibility problems for PY2, test=develop
      
      * fix detail error, test=develop
      
      * fix type analysis bug, test=develop
      
      * fix print tuple compatible error in PY2, test=develop
      
      * replace get_func to declarative, test=develop
      
      * fix detail bug, test=develop
      
      * fix some detail problems, test=develop
      
      * change visit_call in print transformer, test=develop
      9b851ba2
    • K
    • L
      Add trace op (#23873) · 077e5a0f
      Li Fuchen 提交于
      * add trace op, test=develop
      
      * Optimized the implementation of trace op, test=develop
      
      * fix a bug of include in trace_op.h, test=develop
      
      * move trace API from creation to math, test=develop
      
      * modified en doc. test=develop
      
      * add complex trace api
      
      * add complex sum api, test=develop
      
      * modified en doc of complex sum and trace, test=develop
      
      * modified doc and trace API, test=develop
      
      * modified en doc of trace and sum, test=develop
      
      * modified comment in complex kron API, test=develop
      
      * OP Should Not Have Unused Input, test=develop
      
      * add GetExpectedKernelType, test=develop
      077e5a0f
    • Y
      Add the implementation of inverse (#23310) · ecfddebb
      Yiqun Liu 提交于
      ecfddebb
  2. 26 4月, 2020 10 次提交
  3. 25 4月, 2020 2 次提交
  4. 24 4月, 2020 12 次提交
  5. 23 4月, 2020 7 次提交
  6. 22 4月, 2020 5 次提交
    • G
      Add tracks_own_finished to Decoder to avoid mismanagement of the finished... · 54a47cd2
      Guo Sheng 提交于
      Add tracks_own_finished to Decoder to avoid mismanagement of the finished state in dynamic_decode. (#23664)
      
      test=develop
      54a47cd2
    • X
      upload code for tensor.rand (#23507) · 614eb942
      Xing Wu 提交于
      * upload code for tensor.rand
      
      * fix import
      
      * update example, change paddle.tensor.rand to paddle.rand
      
      * change 'variable' to 'Variable',  test=develop
      
      change 'variable' to 'Variable' in description,  test=develop
      
      * add pre-commit check
      
      * add pre-commit check
      
      * pre-commit check, test=develop
      
      * add more unittest code
      
      * trigger ci, test=develop
      
      * pre-commit check, test=develop
      
      * update api and test comment, test=develop
      
      * update api and test comment, test=develop
      
      * add more type check, test=develop
      
      * add detail error info for device, test=develop
      
      * add unnittest, test=develop
      
      * resolve conflict and pre-commit check, test=develop
      614eb942
    • L
      update name generator, test=develop (#24048) · 5cccc69f
      Leo Chen 提交于
      * update name generator, test=develop
      
      * use c++ unique name generator, test=develop
      5cccc69f
    • G
      Make layers.reshape/expand/slice in dygraph support var inputs. (#22920) · da803415
      Guo Sheng 提交于
      * Make layers.reshape/expand/slice in dygraph support var inputs.
      Make transpose support size 0.
      test=develop
      
      * Update layers.expand and layers.slice to support var inputs.
      test=develop
      da803415
    • C
      fix bceloss weight (#23973) · 488f3577
      ceci3 提交于
      * update docs, test=develop
      
      * polish eng docs, test=develop
      488f3577