1. 04 8月, 2022 1 次提交
    • N
      [Docs][en] adjust code example format (#44679) · d5de7886
      Nyakku Shigure 提交于
      * add name attribute to code-block, test=document_fix
      
      * remove redundant labels, test=document_fix
      
      * remove redundant labels (from upstream), test=document_fix
      
      * more COPY-FROM (try multiple code example), test=document_fix
      
      * empty commit, try to trigger PR-CI-build
      
      * fix some `Examples:` format issues
      
      * fix some ci errors
      d5de7886
  2. 03 8月, 2022 2 次提交
  3. 02 8月, 2022 3 次提交
    • X
      [ Dy2Static ] Remove assign split (#44769) · be0ec904
      xiongkun 提交于
      * just a test
      
      * remove split assign test
      
      * remove other useless code related to split assign
      be0ec904
    • W
      [Eager] use eager final state instead intermediate state (#44722) · f1873b90
      Weilong Wu 提交于
      * [Eager] call final_state_slice under eager mode
      
      * rm useless comments
      
      * use eager final state instead intermidiate state
      
      * update fill_constant yaml
      
      * update fill_constant yaml
      
      * modify wrapped_infermeta_gen logic to fix special case
      
      * fix slice in manipulation
      
      * use fill_constant_
      
      * modify slice infermeta
      
      * rm final_state_conv2d
      
      * use final_state_slice
      
      * use final_state_slice only
      
      * polish slice, use final state
      
      * add paddle_throw for SplitInferMeta
      
      * rm fill_constant_ temply
      
      * recover array_equal, not allclose
      
      * recover original code
      f1873b90
    • W
      [Dy2St]Raise TypeError when call to_static to convert a method of a common class (#44781) · c3d4a3d8
      WangZhen 提交于
      * Fix to_static error when call to_static to convert a method of a common class
      
      * raise typerror when class no inherits from layer
      
      * Fix @to_static
      c3d4a3d8
  4. 27 7月, 2022 1 次提交
  5. 26 7月, 2022 1 次提交
  6. 25 7月, 2022 1 次提交
  7. 21 7月, 2022 2 次提交
  8. 14 7月, 2022 1 次提交
  9. 12 7月, 2022 1 次提交
    • X
      [ Dy2Static ]Change NameVisitor in while to FunctionScopeAnalysis (#44155) · c5c6026e
      xiongkun 提交于
      * change NameVisitor to FunctionScopeAnalysis
      
      * polish the logic of undefined var in while_loop. create vars after body execution
      
      * replace old NameVisitor in while and fix all CI
      
      * Togather with CreateVariableTransformer
      
      * add create_variable_transformer
      
      * fix bugs
      
      * merge
      
      * fix some error, TODO: ForNodePreTransform ahead
      
      * merge for unite PR
      
      * fix conflict with base_transformer PR
      
      * fix ci errors, fix [for i in range()] error
      
      * fix according to code review
      c5c6026e
  10. 08 7月, 2022 1 次提交
  11. 06 7月, 2022 1 次提交
    • X
      [Dy2static] FunctionScopeVisitor Enhance and substitute the original NameVisitor in If (#43967) · b603dd55
      xiongkun 提交于
      * add support for control flow block analysis
      
      * move FunctionNameLivenessAnalysis into utils
      
      * pass test_ifelse.py
      
      * remove duplicate data_layer_not_check
      
      * pass the test_ifelse.py
      
      * fix unittest error .
      
      * fix all ci error in first version
      
      * temporay disable CreateVariableTransformer
      
      * fix ci errors
      
      * fix function name liveness analysis bugs
      
      * modifty def cond
      
      * fix
      
      * fix ci error - v2
      
      * fix by code review
      
      * change return_name_ids -> return_name
      b603dd55
  12. 05 7月, 2022 3 次提交
  13. 01 7月, 2022 4 次提交
  14. 30 6月, 2022 2 次提交
  15. 28 6月, 2022 3 次提交
  16. 27 6月, 2022 3 次提交
  17. 24 6月, 2022 1 次提交
  18. 23 6月, 2022 2 次提交
  19. 22 6月, 2022 1 次提交
  20. 21 6月, 2022 1 次提交
  21. 15 6月, 2022 1 次提交
  22. 14 6月, 2022 2 次提交
    • W
      [Dy2St]Refine ifelse early return (#43328) · 1950a360
      WangZhen 提交于
      * Refine ifelse early return
      1950a360
    • Z
      Fix numpy 1.20+ deprecation warnings (#42929) · 90cf2299
      zlsh80826 提交于
      * Replace np.bool/np.bool8 with np.bool_
      
      * Replace np.object with np.object_
      
      * Replace np.complex with np.complex128
      
      * Replace np.float with np.float64
      
      * Replace np.int with np.int_
      
      * Rerun pre-commit for newer pre-commit configuration
      
      * Use builtin bool instead of np.bool_ based on the context
      90cf2299
  23. 13 6月, 2022 2 次提交