1. 29 9月, 2022 1 次提交
    • Z
      [cherry-pick] Open the clip_extra flag in save_inference_model (#46577) · d67da3dc
      zyfncg 提交于
      * set flag of clip_extra in save_inference_model to true (#46151)
      
      * open the clip_extra flag in paddle.static.save_inference_model, test=allcase (#46456)
      
      * Open the clip_extra flag in TracedLayer.save_inference_model (#46473)
      
      * open the clip_extra flag in paddle.static.save_inference_model, test=allcase
      
      * set the defalut value of clip_extra in TracedLayer from False to True, test=allcase
      
      * update english doc of paddle.static.save_inference_model, test=document_fix (#46484)
      
      * Fix clip_extra logic in remove_training_info (#46534)
      
      * fix clip_extra code in remove_training_info
      
      * revert rnn opmaker clear
      d67da3dc
  2. 06 9月, 2022 1 次提交
  3. 26 6月, 2022 1 次提交
  4. 05 6月, 2022 1 次提交
  5. 30 3月, 2022 1 次提交
  6. 10 9月, 2021 1 次提交
  7. 20 11月, 2020 1 次提交
  8. 03 11月, 2020 1 次提交
    • G
      Add rnn_op (#28197) · 9a600df3
      Guo Sheng 提交于
      * Add rnn_op.
      test=develop
      
      * Fix rnn_op grad maker's drop_empty_grad.
      test=develop
      9a600df3