1. 18 2月, 2022 1 次提交
  2. 17 2月, 2022 1 次提交
    • W
      adaptive pool2d pass fix (#39600) · c1c5c1fc
      wenbin 提交于
      * first commit
      
      * teller fix
      
      * bug fix
      
      * enable for pool2d only
      
      * fix global_pooling issue
      
      * pooling_type
      
      * fix test
      c1c5c1fc
  3. 16 2月, 2022 2 次提交
    • W
      [Paddle-Inference] support preln-ernie: add preln_emb_eltwise_layernorm_op,... · f31c2426
      Wangzheee 提交于
      [Paddle-Inference] support preln-ernie: add preln_emb_eltwise_layernorm_op, preln_skip_layernorm_op (#39570)
      
      * support preln_ernie: add preln_emb_eltwise_layernorm_op, preln_skip_layernorm_op
      
      * support preln_ernie: add preln_emb_eltwise_layernorm_op, preln_skip_layernorm_op
      f31c2426
    • Y
      [Pten]Remove reshape and elementwise_add's registry code in Fluid (#39317) · c6478270
      YuanRisheng 提交于
      * remove reshape and elementwise_add registry
      
      * delete code
      
      * fix bugs when run ci ut
      
      * remove log
      
      * fix bugs when run unit test
      
      * fix bugs when run unit test
      
      * fix bugs when run cinn
      
      * fix bugs when run ci-mac-python3
      
      * fix compile bugs
      
      * fix compile bugs
      
      * fix compile bugs
      
      * fix bugs when run kunlun
      
      * fix bugs when compile
      
      * update code according comment
      c6478270
  4. 15 2月, 2022 3 次提交
  5. 11 2月, 2022 3 次提交
  6. 09 2月, 2022 1 次提交
  7. 06 2月, 2022 1 次提交
  8. 28 1月, 2022 1 次提交
  9. 27 1月, 2022 2 次提交
    • W
      fix shuffle_channel_detect_pass (#39242) · af9ddeb7
      wenbin 提交于
      * shuffle channel pass
      
      * add ut
      
      * timeout fix
      
      * makefile fix
      af9ddeb7
    • W
      [Paddle-Inference]: fix concat slice (#39096) · f080e8d5
      Wangzheee 提交于
      * Paddle-Inference:fix_concat_slice
      
      * Paddle-Inference:fix_concat_slice
      
      * Paddle-Inference:fix_concat_slice
      
      * Paddle-Inference:fix_concat_slice
      
      * [Paddle-Inference]: fix concat slice
      
      * [Paddle-Inference]: fix concat slice
      
      * [Paddle-Inference]: fix concat slice
      f080e8d5
  10. 25 1月, 2022 1 次提交
  11. 18 1月, 2022 3 次提交
  12. 17 1月, 2022 1 次提交
  13. 14 1月, 2022 1 次提交
    • H
      add flatten_contiguous_range OpConvert for Paddle-TRT (#38922) · 050aa6fe
      heliqi 提交于
      * add trt_convert_flatten_contiguous_rang op
      
      * trt version >7,support trt_convert_flatten_contiguous_rang
      
      * trt version >7,support trt_convert_flatten_contiguous_rang
      
      * trt version >7,support trt_convert_flatten_contiguous_rang
      
      * test cast add trt version >=7 skip
      050aa6fe
  14. 13 1月, 2022 2 次提交
  15. 11 1月, 2022 1 次提交
  16. 06 1月, 2022 1 次提交
  17. 04 1月, 2022 1 次提交
  18. 30 12月, 2021 1 次提交
  19. 17 12月, 2021 1 次提交
  20. 13 12月, 2021 2 次提交
  21. 09 12月, 2021 1 次提交
  22. 08 12月, 2021 1 次提交
  23. 06 12月, 2021 1 次提交
  24. 03 12月, 2021 1 次提交
  25. 30 11月, 2021 1 次提交
  26. 25 11月, 2021 1 次提交
  27. 24 11月, 2021 1 次提交
  28. 23 11月, 2021 2 次提交
  29. 15 11月, 2021 1 次提交
    • B
      remove input dim check in op_teller and update ut (#37097) · 6b21bb0b
      baoachun 提交于
      * remove input dim check of activation in op_teller
      
      * remove input dim check of concat in op_teller
      
      * remove input dim check of clip in op_teller
      
      * remove input dim check of scale in op_teller
      
      * remove input dim check in op_teller
      
      * update attr check of slice in op_teller
      6b21bb0b