Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cherry-pick] clear extra attrs of some ops in OpMaker (#45845, #45984, 46060) #46218

Merged
merged 4 commits into from
Sep 27, 2022

Commits on Sep 19, 2022

  1. Clear extra attrs of elementwise op in OpMaker (PaddlePaddle#45845)

    * clear extra attrs of elementwise op in opmaker
    
    * fix op_debug_string_test
    
    * fix bug of grad_add
    
    * fix sort of runtime attrs
    zyfncg committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    ec0594f View commit details
    Browse the repository at this point in the history
  2. Clear extra attrs of scale in OpMaker (PaddlePaddle#45984)

    * clear extra attr of scale in opmaker
    
    * fix sum bug
    
    * fix merge conflict
    
    * fix minus
    zyfncg committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    2d357c6 View commit details
    Browse the repository at this point in the history
  3. Clear extra attributes of some Op in OpMaker (Part4) (PaddlePaddle#46060

    )
    
    * clear extra attr of some ops in opmaker
    
    * revert clear use_cudnn for pool
    
    * fix test_operator_desc
    
    * fix Attr interface of OperatorBase
    zyfncg committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    dc71342 View commit details
    Browse the repository at this point in the history
  4. fix code stype

    zyfncg committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    2da62c4 View commit details
    Browse the repository at this point in the history