1. 27 9月, 2022 1 次提交
  2. 22 9月, 2022 1 次提交
  3. 20 9月, 2022 2 次提交
  4. 19 9月, 2022 1 次提交
  5. 16 9月, 2022 1 次提交
  6. 14 9月, 2022 2 次提交
  7. 09 9月, 2022 1 次提交
    • X
      [ Dy2Static ] convert_call support staticmethod for class. (#44983) · d0096eaf
      xiongkun 提交于
      * convert_call support staticmethod for class.
      
      * while support for python container.
      It is convenient to convert more dynamic graph codes into static graphs.
      
      * cond support python container
      
      * add unittest for staticmethod convert_call
      
      * fix bugs
      
      * add unittest for item interface
      
      * fix bugs
      
      * change to np.testing.assert_allclose
      
      * code format
      
      * fix comments.
      
      * code format
      d0096eaf
  8. 07 9月, 2022 2 次提交
  9. 06 9月, 2022 5 次提交
  10. 05 9月, 2022 3 次提交
  11. 03 9月, 2022 1 次提交
  12. 02 9月, 2022 3 次提交
  13. 01 9月, 2022 1 次提交
  14. 31 8月, 2022 1 次提交
    • C
      Fix split api bug (#45396) · 4a25b60d
      Charles-hit 提交于
      * fix split bug
      
      * solve function redefine
      
      * fix fluid.layers.split and add unit test
      
      * delete splitInferMeta register in unary.cc
      
      * modify test_split_op GPU unit test
      
      * modify test_split_op GPU unit test place param
      
      * refactor split op and fix infershape bugs
      
      * add () in && and ||
      
      * fix split C++ unit test
      
      * fix split infershape
      4a25b60d
  15. 30 8月, 2022 2 次提交
  16. 29 8月, 2022 1 次提交
  17. 26 8月, 2022 2 次提交
  18. 25 8月, 2022 3 次提交
  19. 24 8月, 2022 2 次提交
  20. 22 8月, 2022 1 次提交
  21. 19 8月, 2022 1 次提交
  22. 18 8月, 2022 2 次提交
  23. 12 8月, 2022 1 次提交
    • J
      [Eager] Support more final_state code (#44986) · cf17ae8a
      Jiabin Yang 提交于
      * support more final_state code
      
      * support more final_state code
      
      * fix api error
      
      * fix norm error
      
      * fix pool3d error
      
      * revert pool3d and max_pool_3d_adaptive
      
      * fix code check error
      
      * fix norm problem
      cf17ae8a