1. 23 4月, 2020 1 次提交
  2. 22 4月, 2020 4 次提交
    • 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
    • C
      fix bceloss weight (#23973) · 488f3577
      ceci3 提交于
      * update docs, test=develop
      
      * polish eng docs, test=develop
      488f3577
    • K
    • L
      disable trt test, test=develop (#23984) · 8dfb240a
      liu zhengxi 提交于
      8dfb240a
  3. 21 4月, 2020 4 次提交
  4. 20 4月, 2020 11 次提交
  5. 19 4月, 2020 5 次提交
    • G
      Support LoDTensorArray in fetch (#23645) · 2b896c1f
      guofei 提交于
      * Support LoDTEnsorArray in fetch op
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      2b896c1f
    • L
      [dy2static]Support recursive call (#23900) · 0b0adbf9
      liym27 提交于
      * [Dy2Stat]Support recursive call.
      
      * Remove Redundant decorator to pass the Py35 unittest temporarily.
      0b0adbf9
    • Q
      create bmm op and move several api from fluid.layers to tensor (#23457) · ad7ac4c6
      Qinghe JING 提交于
      * add gradient check to reduce ops
      
      * add skip gradient check to reduce ops test=develop
      
      * modify stack api test=develop
      
      * add bmm op and move serval ops from fluid.layers to tensor test=develop
      ad7ac4c6
    • G
      add paddle.tensor interface (#23801) · 490db7f3
      GaoWei8 提交于
      * add paddle.tensor
      test=develop
      
      * polish gpu where codes
      test=develop
      
      * polish test code
      test=develop
      490db7f3
    • H
      [Dy2stat] Add Test and Example Code for Different Access to ProgramTranslator... · 45e48c3c
      Huihuang Zheng 提交于
      [Dy2stat] Add Test and Example Code for Different Access to ProgramTranslator and Fix Related Bug (#23958)
      
      To prepare for publishing APIs, I added tests for that we can access dy2stat through:
      
      @fluid.dygraph.declarative
      @fluid.dygraph.jit.declarative
      fluid.dygraph.ProgramTranslator()
      fluid.dygraph.dygraph_to_static.ProgramTranslator()
      fluid.dygraph.dygraph_to_static.program_translator.ProgramTranslator()
      
      It surprised me that we had bugs on those different usages. I have fixed them.
      
      I also added example codes for these new APIs
      
      This PR also pulls my current PR https://github.com/PaddlePaddle/Paddle/pull/23880, so the PR history is long. For reviewer information, you could review this PR after https://github.com/PaddlePaddle/Paddle/pull/23880 is merged
      45e48c3c
  6. 18 4月, 2020 4 次提交
  7. 17 4月, 2020 10 次提交
  8. 16 4月, 2020 1 次提交