1. 22 6月, 2022 1 次提交
  2. 20 6月, 2022 2 次提交
  3. 18 6月, 2022 1 次提交
  4. 17 6月, 2022 1 次提交
  5. 15 6月, 2022 2 次提交
  6. 14 6月, 2022 3 次提交
  7. 12 6月, 2022 1 次提交
  8. 08 6月, 2022 2 次提交
  9. 07 6月, 2022 1 次提交
  10. 06 6月, 2022 3 次提交
  11. 05 6月, 2022 2 次提交
  12. 02 6月, 2022 1 次提交
  13. 01 6月, 2022 3 次提交
  14. 31 5月, 2022 1 次提交
    • T
      【PaddlePaddle Hackathon 2】16 新增 API RRelu (#41823) · 21e1d10f
      thunder95 提交于
      * rrelu逻辑部分
      
      * unregistered op kernel (unresolved)
      
      * commit before merge
      
      * 丰富测试用例
      
      * 修复rrelu-sig的bug
      
      * 修复cpu环境测试
      
      * 修改拼写错误
      
      * 修改code format
      
      * 尝试优化测试用例timeout的问题
      
      * 优化测试用例
      
      * 移除seed, 优化随机函数
      
      * update en doc for rrelu
      
      * fix rrelu en docs, test=document_fix
      
      * add paper link for en docs, test=document_fix
      
      * udpate en doc
      
      * add r,test=document_fix
      21e1d10f
  15. 30 5月, 2022 4 次提交
  16. 27 5月, 2022 1 次提交
  17. 24 5月, 2022 1 次提交
  18. 23 5月, 2022 1 次提交
  19. 20 5月, 2022 2 次提交
  20. 13 5月, 2022 1 次提交
  21. 12 5月, 2022 2 次提交
  22. 11 5月, 2022 3 次提交
  23. 10 5月, 2022 1 次提交
    • P
      Rea-dd conv_affine_channel fuse pass as oneDNN only pass (#41998) · 3540d33b
      piotrekobi 提交于
      * Readd conv_affine_channel fuse pass as mkldnn pass
      
      * Fix formatting
      
      * Add new test to parallel_UT_rule.py
      
      * Fix Coverage and Windows CI issues
      
      * Revert "Fix Coverage and Windows CI issues"
      
      This reverts commit f33459846385c9fd51c07f9f44e7ff283a652637.
      
      * Fix CI errors
      
      * Remove unnecessary conv_eltwise_add_affine_channel fuse pass
      
      * Remove test from parallel_UT_rule.py
      3540d33b