1. 24 11月, 2022 1 次提交
  2. 04 11月, 2022 1 次提交
    • X
      [CherryPick] Cherry pick #45916 #46031 #47299 (#47610) · 72e1eb6b
      xiongkun 提交于
      * [ Dy2Static ] Fix bugs when select inputs meeting different shape or undefined-var (#45916)
      
      * fix select_input with different shape errors:
      1. select_input_with_buildin_type directly return non-undefinedvar branch when meeting undefined var
      2. the output shape of select_input is inferred from inputs.
      
      * reverse the logic in select_input
      
      * [warning] added warning message in cond block when one branch returns variable and another returns None (#46031)
      
      * [cherry-pick] Allow manaully set py_reader name in standalone executor (#45898) (#45931)
      
      * Allow manaully set py_reader name in standalone executor
      
      * [BugFix] while cond receives dict as input (#47299)
      
      * fix bugs while cond receives dict as input
      
      * add unittest
      
      * change flatten -> _is_sequence_except_dict
      
      * code format
      Co-authored-by: Nfeifei-111 <wuzhanfei@baidu.com>
      72e1eb6b
  3. 25 10月, 2022 1 次提交
  4. 17 10月, 2022 1 次提交
  5. 26 9月, 2022 1 次提交
  6. 20 9月, 2022 2 次提交
  7. 15 9月, 2022 1 次提交
    • X
      [ Dy2Static ] Fix bugs when select inputs meeting different shape or... · 00486956
      xiongkun 提交于
      [ Dy2Static ] Fix bugs when select inputs meeting different shape or undefined-var (#45916) (#46020)
      
      * fix select_input with different shape errors:
      1. select_input_with_buildin_type directly return non-undefinedvar branch when meeting undefined var
      2. the output shape of select_input is inferred from inputs.
      
      * reverse the logic in select_input
      00486956
  8. 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
  9. 07 9月, 2022 2 次提交
  10. 06 9月, 2022 5 次提交
  11. 05 9月, 2022 3 次提交
  12. 03 9月, 2022 1 次提交
  13. 02 9月, 2022 3 次提交
  14. 01 9月, 2022 1 次提交
  15. 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
  16. 30 8月, 2022 2 次提交
  17. 29 8月, 2022 1 次提交
  18. 26 8月, 2022 2 次提交
  19. 25 8月, 2022 3 次提交
  20. 24 8月, 2022 2 次提交
  21. 22 8月, 2022 1 次提交
  22. 19 8月, 2022 1 次提交
  23. 18 8月, 2022 2 次提交
  24. 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