1. 29 12月, 2022 1 次提交
  2. 03 11月, 2022 1 次提交
  3. 01 11月, 2022 1 次提交
    • Z
      [cherry-pick][code-gen] Support code-gen for opmaker of sparse op (#46993) (#47417) · 601626ac
      zyfncg 提交于
      * support generating code of opmaker for backward op invoke forward op (#46912)
      
      * [code-gen] Support code-gen for opmaker of sparse op (#46993)
      
      * support generating code of opmaker for backward op invoke forward op
      
      * gsupport code-gen of opmaker for sparse op
      
      * refind logic of choose phi kernrel
      
      * fix complie budg
      
      * fix code_gen bug
      
      * fix bug
      
      * fix kernel signature code-gen
      
      * fix complie bug of VarType
      
      * fix complie bug of VarType
      
      * fix test_sparse_conv_op
      
      * fix test_sparse_norm_op
      
      * [Phi] Refactor logic of judging whether having a phi kernrel (#46920)
      
      * refind logic of choose phi kernrel
      
      * fix complie budg
      
      * update cmake
      601626ac
  4. 28 10月, 2022 1 次提交
  5. 27 10月, 2022 1 次提交
  6. 26 10月, 2022 1 次提交
  7. 18 10月, 2022 1 次提交
  8. 17 10月, 2022 1 次提交
  9. 12 10月, 2022 1 次提交
  10. 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
  11. 28 9月, 2022 1 次提交
    • Z
      [cherry-pick] Clear extra attrs of some ops in OpMaker (#46150, #46321,... · b2e4211d
      zyfncg 提交于
      [cherry-pick] Clear extra attrs of some ops in OpMaker (#46150, #46321, #46418, #46451, #46457) (#46553)
      
      * Clear extra attributes of some Op in OpMaker (Part4) (#46060)
      
      * clear extra attr of some ops in opmaker
      
      * revert clear use_cudnn for pool
      
      * fix test_operator_desc
      
      * fix Attr interface of OperatorBase
      
      * clear extra attrs of condition op in opmaker (#46150)
      
      * Clear extra attrs of lookup_table_v2 in OpMaker (#46321)
      
      * clear extra attrs of look_up_table_v2 in opmaker
      
      * fix bug
      
      * clear extra attrs of quantize op in opmaker (#46418)
      
      * delete repeated item
      
      * clear extra attrs of distribute op in opmaker (#46451)
      
      * clear extra atts of sequence_softmax in opmaker (#46457)
      b2e4211d
  12. 27 9月, 2022 1 次提交
    • Z
      [cherry-pick] clear extra attrs of some ops in OpMaker (#45845, #45984, 46060) (#46218) · 0cc2251f
      zyfncg 提交于
      * Clear extra attrs of elementwise op in OpMaker (#45845)
      
      * clear extra attrs of elementwise op in opmaker
      
      * fix op_debug_string_test
      
      * fix bug of grad_add
      
      * fix sort of runtime attrs
      
      * Clear extra attrs of scale in OpMaker (#45984)
      
      * clear extra attr of scale in opmaker
      
      * fix sum bug
      
      * fix merge conflict
      
      * fix minus
      
      * Clear extra attributes of some Op in OpMaker (Part4) (#46060)
      
      * clear extra attr of some ops in opmaker
      
      * revert clear use_cudnn for pool
      
      * fix test_operator_desc
      
      * fix Attr interface of OperatorBase
      
      * fix code stype
      0cc2251f
  13. 20 9月, 2022 6 次提交
  14. 19 9月, 2022 1 次提交
    • C
      (cherry-pick)support some op backward refuse forward (#46201) · adab3c59
      Charles-hit 提交于
      * add unit test for sum higher level op (#45961)
      
      * support slice op backward refuse forward and add high level unit test (#45960)
      
      * support tile op backward refuse forward (#45942)
      
      * support expand_v2 op backward refuse forward (#45941)
      
      * support concat backward refuse forward (#45940)
      adab3c59
  15. 16 9月, 2022 1 次提交
  16. 09 9月, 2022 1 次提交
  17. 08 9月, 2022 1 次提交
  18. 07 9月, 2022 3 次提交
  19. 06 9月, 2022 4 次提交
  20. 05 9月, 2022 6 次提交
  21. 02 9月, 2022 3 次提交
  22. 31 8月, 2022 2 次提交
    • A
      [OpAttr]output_size of unpool support Tensor type (#45543) · 236ac0d0
      Aurelius84 提交于
      * [OpAttr]output_size of unpool support Tensor type
      
      * fix coverage
      
      * fix contain_var
      
      * fix coverage
      236ac0d0
    • 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