1. 23 10月, 2022 1 次提交
  2. 19 10月, 2022 2 次提交
  3. 18 10月, 2022 1 次提交
    • N
      [CodeStyle][py2] remove `compat` module (to_text) (#47036) · ad4c773b
      Nyakku Shigure 提交于
      * [CodeStyle][py2] remove `compat` module (to_text)
      
      * remove some unnecessary decode
      
      * remove to_text definition and unittest
      
      * Revert "remove to_text definition and unittest"
      
      This reverts commit a6b69cb8dca8b9b031ce10ea32d1040e7e0dd267.
      
      * remove an assertion
      
      * empty commit
      ad4c773b
  4. 17 10月, 2022 1 次提交
    • N
      [CodeStyle][py2] remove `compat` module (to_bytes) (#47035) · 198c7993
      Nyakku Shigure 提交于
      * [CodeStyle][py2] remove `compat` module (to_bytes)
      
      * remove some unused imports
      
      * clean up to_bytes definition and unittests
      
      * Revert "clean up to_bytes definition and unittests"
      
      This reverts commit e726539e1768172a411ff60e63fab82f164343cf.
      
      * use `b` prefix instead of `encode()`
      198c7993
  5. 13 10月, 2022 1 次提交
  6. 12 10月, 2022 1 次提交
  7. 11 10月, 2022 1 次提交
  8. 27 9月, 2022 2 次提交
  9. 22 9月, 2022 1 次提交
  10. 20 9月, 2022 2 次提交
  11. 19 9月, 2022 1 次提交
  12. 16 9月, 2022 1 次提交
  13. 14 9月, 2022 2 次提交
  14. 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
  15. 07 9月, 2022 2 次提交
  16. 06 9月, 2022 5 次提交
  17. 05 9月, 2022 3 次提交
  18. 03 9月, 2022 1 次提交
  19. 02 9月, 2022 3 次提交
  20. 01 9月, 2022 1 次提交
  21. 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
  22. 30 8月, 2022 2 次提交
  23. 29 8月, 2022 1 次提交
  24. 26 8月, 2022 2 次提交
  25. 25 8月, 2022 1 次提交