1. 23 7月, 2021 1 次提交
    • W
      Logical Ops support more data types (#34141) · 27417f1f
      will-jl944 提交于
      * logical ops support int8, int16, int32, int64, float, double
      
      * update docs of logical ops
      
      * fix npu and xpu logical ops
      
      * fix npu and xpu logical ops
      
      * fix bug in xpu logical op code
      
      * update test_logical_op_npu and test_logical_op_xpu
      
      * correct error type
      27417f1f
  2. 22 7月, 2021 2 次提交
  3. 20 7月, 2021 1 次提交
  4. 19 7月, 2021 1 次提交
  5. 15 7月, 2021 1 次提交
  6. 14 7月, 2021 1 次提交
  7. 09 7月, 2021 1 次提交
  8. 08 7月, 2021 1 次提交
  9. 29 6月, 2021 1 次提交
  10. 24 6月, 2021 1 次提交
  11. 22 6月, 2021 1 次提交
    • R
      Gpu samplecode test On PR-CPU-Py2 (#33634) · dd4297cd
      Ren Wei (任卫) 提交于
      * using argparse to handle selections
      
      * 2 TODOs
      
      * 先不更改pipeline配置,这里强制改成GPU版本
      
      * sorted the all_names
      
      * exec gpu sample codes tests incrementally
      
      * get all apis from the pr.spec file
      
      * condition with WITH_GPU
      
      WITH_GPU == ON
      
      save
      
      * delete the useless codes
      
      * delete the useless codes.
      
      test=document_fix
      
      * echo the diff result
      
      test=document_fix
      
      * dont reuse the variables
      
      * rename fun to _func not work. put it into the skiplist
      
      https://github.com/PaddlePaddle/Paddle/commit/038ffc795025170e8cda74bcd473b46301b9a1c0
      test=document_fix
      
      * skip it in check api approvals
      
      test=document_fix
      
      save
      
      * skip the private _variables
      
      * print signatures wrong. now rename it to _func
      
      test=document_fix
      dd4297cd
  12. 21 6月, 2021 1 次提交
  13. 16 6月, 2021 1 次提交
  14. 15 6月, 2021 2 次提交
  15. 11 6月, 2021 2 次提交
  16. 09 6月, 2021 3 次提交
  17. 07 6月, 2021 2 次提交
  18. 02 6月, 2021 1 次提交
  19. 31 5月, 2021 1 次提交
  20. 29 5月, 2021 1 次提交
  21. 18 5月, 2021 1 次提交
  22. 13 5月, 2021 1 次提交
  23. 07 5月, 2021 1 次提交
  24. 06 5月, 2021 1 次提交
  25. 30 4月, 2021 1 次提交
    • P
      Add 12 inplace APIs including auto generated (#32573) · 308073de
      pangyoki 提交于
      * add relu6_ hardsigmoid_ leaky_relu_ Inplace APIs
      
      * add softmax_with_cross_entropy_ Inplace API
      
      * add clip_ scale_ add_ subtract_ Inplace APIs
      
      * add wlist
      
      * fix parameter of scale api
      
      * add add_n_ Inplace API and remove log_ Inplace API
      
      * fix elementwise_add_ and elementwise_sub_ broadcast problem
      
      * elementwise inplace api give error message before run the op
      
      * use broadcast_shape in elementwise inplace op
      
      * add 8 inplace apis that is auto generated
      
      * add unittest for all inplace apis
      
      * add decorator for inplace apis in static mode
      
      * fix windows blas fail of exp inplace api, change array_equal to allclose
      
      * add flatten inplace api
      
      * add flatten unittest
      
      * fix flatten unittest
      
      * add decorator
      
      * fix grad.numpy in test_pylayer_op
      
      * unsupport softmax_with_cross_entropy_
      
      * add test_inplace_softmax_with_cross_entropy to static_mode_white_list
      
      * delete __all__ in inplace_utils
      
      * delete activation inplace function and add Tensor.inplace_func
      
      * change paddle.inplace_ to Tensor.inplace_
      
      * fix little problem
      
      * add paddle in inplace_utils
      308073de
  26. 29 4月, 2021 1 次提交
  27. 28 4月, 2021 1 次提交
  28. 27 4月, 2021 2 次提交
  29. 26 4月, 2021 1 次提交
  30. 25 4月, 2021 2 次提交
  31. 22 4月, 2021 1 次提交
  32. 19 4月, 2021 1 次提交