1. 05 8月, 2021 1 次提交
  2. 26 7月, 2021 1 次提交
  3. 15 7月, 2021 1 次提交
  4. 09 7月, 2021 1 次提交
  5. 08 7月, 2021 1 次提交
  6. 05 7月, 2021 1 次提交
  7. 01 7月, 2021 1 次提交
  8. 24 6月, 2021 1 次提交
    • H
      [NPU] support dygraph execution on npu place(#33579) · 6aea6be2
      houj04 提交于
      * in NPU environment, use CPUPlace for missing operators.
      
      * in NPU environment, use CPUPlace for missing operators.
      
      * fix TensorCopy bug and add unit test.
      
      * fix code style.
      
      * add more unit tests.
      6aea6be2
  9. 23 6月, 2021 1 次提交
  10. 22 6月, 2021 1 次提交
    • Z
      [API/OP]Add a new API paddle.diagonal (#33586) · ad106290
      zhangbo9674 提交于
      * new api diagonal, test=develop
      
      * add new api diagonal, test=develop
      
      * new api diagonal, test=develop
      
      * add new api paddle.diagonal, test=develop
      
      * use framework::stride replace ComputeDimStride
      
      * replace cudaMalloc/cudaMemcpy by TensorFormVector in cudaKernel and cudaGradKernel
      
      * perfect funciton: when attr(offset) is exceed attr(axis1) or attr(axis2), set the diagonal dim is 0
      
      * fix RP-Mac-CI bug: replace framework::stride() by ComputDimStride.
      
      * perfect code-block
      
      * perfect code of python API diagonal
      
      * api supports dtype of float16 and bool
      
      * api supports dtype of float16 and bool
      
      * modify unittest code
      
      * modify unittest code
      
      * perfect dtype describe
      
      * perfect code-block
      ad106290
  11. 21 6月, 2021 1 次提交
  12. 17 6月, 2021 1 次提交
  13. 16 6月, 2021 3 次提交
  14. 15 6月, 2021 3 次提交
  15. 11 6月, 2021 3 次提交
  16. 09 6月, 2021 3 次提交
  17. 07 6月, 2021 1 次提交
  18. 04 6月, 2021 1 次提交
  19. 27 5月, 2021 1 次提交
  20. 21 5月, 2021 1 次提交
  21. 18 5月, 2021 1 次提交
  22. 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
  23. 29 4月, 2021 1 次提交
  24. 27 4月, 2021 2 次提交
  25. 26 4月, 2021 3 次提交
  26. 25 4月, 2021 1 次提交
  27. 24 4月, 2021 1 次提交
  28. 22 4月, 2021 1 次提交
  29. 14 4月, 2021 1 次提交