1. 30 4月, 2021 1 次提交
    • P
      Add 12 inplace APIs including auto generated (#32573) (#32699) · 097d5f52
      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
      097d5f52
  2. 25 4月, 2021 1 次提交
  3. 09 12月, 2020 1 次提交
  4. 27 11月, 2020 1 次提交
  5. 26 11月, 2020 1 次提交
  6. 24 11月, 2020 1 次提交
    • L
      Upgrade string literals to raw string (#28989) · 3815d7aa
      Leo Chen 提交于
      * upgrade comment string to raw string
      
      * fix string in
      
      * fix string with ' '
      
      * revert update on comments
      
      * upgrade only necessary
      
      * fix sample code checker
      
      * fix comments with '''
      3815d7aa
  7. 13 10月, 2020 1 次提交
  8. 14 9月, 2020 1 次提交
  9. 04 9月, 2020 1 次提交
  10. 22 8月, 2020 1 次提交
  11. 20 8月, 2020 2 次提交
  12. 19 8月, 2020 1 次提交
    • Q
      elu gelu relu logsigmoid, test=develop (#26304) · 61800f4a
      Qi Li 提交于
      * logsigmoid and LogSigmoid, test=develop
      
      * add elu gelu relu, test=develop
      
      * update to_variable to to_tensor, test=develop
      
      * address review comments, test=develop
      
      * address review comments, test=develop
      
      * change to_variable to to_tensor in test, test=develop
      61800f4a
  13. 17 8月, 2020 1 次提交
  14. 14 8月, 2020 1 次提交
  15. 12 8月, 2020 1 次提交
  16. 11 8月, 2020 1 次提交
  17. 08 8月, 2020 1 次提交
    • F
      update document template for unary elementwise layers (#25896) · e853ece0
      Feiyu Chan 提交于
      1. update document template for unary elementwise layers(a.k.a. activation layer);
      2. remove generate_op_noattr and use generate_activation instead; remove redundant function copies;
      3. minor update for docstring to fix rst format errors.
      4. fix doc for Rsqrt OP
      5. add sample code for each activation separately;
      6. remove the unused deprecated decorator.
      e853ece0
  18. 23 7月, 2020 1 次提交
    • C
      New features, add sinh and cosh op, test=develop (#25495) · 70cee22f
      cnn 提交于
      * New features, add sinh and cosh op, test=develop
      
      * remove duplicate test function and remove out paramters, test=develop
      
      * Add out paramters temporary, remove later. test=develop
      
      * remove out args, PR 25570, test=develop
      
      * remove TestParameter, test=developx
      
      * add test api for static dygraph, test=develop
      
      * add backword unittests for sinh and cosh, test=develop
      70cee22f
  19. 14 5月, 2020 1 次提交
  20. 12 4月, 2020 2 次提交
  21. 17 3月, 2020 1 次提交
  22. 23 2月, 2020 1 次提交
  23. 07 1月, 2020 1 次提交
    • F
      add erf op (#21785) · 14aebc7a
      Feiyu Chan 提交于
      * add erf op and python interface.
      
      * add fp16 support for erf op.
      
      * add unitests for erf op and its python interface.
      14aebc7a
  24. 06 12月, 2019 1 次提交
  25. 11 10月, 2019 1 次提交
  26. 10 10月, 2019 2 次提交
  27. 28 9月, 2019 1 次提交
    • S
      improve op uniform_random, argument shape support tensor and tensor in list (#19786) · f1eebf75
      silingtong123 提交于
      * test=develop, argument shape support tensor and tensor in list
      
      * test=develop,Increasing the coverage of CI tests
      
      * test=develop, modify the document and update API.spec
      
      * test=develop, modify the doc and update API.spec
      
      * test=develop, modify the doc and update API.spec
      
      * test=develop, modify the interface of UniformInitializer
      
      * test=develop, modify the interface of XavierInitializer and MSRAInitializer
      
      * test=develop, modify based on review's comments
      
      * test=develop, modify based on review's comments
      
      *  test=develop, modify based on review's comments
      f1eebf75
  28. 05 9月, 2019 1 次提交
  29. 01 7月, 2019 1 次提交
  30. 11 6月, 2019 1 次提交
  31. 30 5月, 2019 1 次提交
    • H
      fix API examples of assign, reverse and array_write, etc. (#17287) · 68dcb1bd
      hong19860320 提交于
      * fix API examples of assign, reverse and array_write
      test=develop
      
      * update API.spec
      test=develop
      
      * update API examples for array_length, array_read, array_write, assign, hard_sigmoid, hsigmoid, increment, ones, pow, reverse, uniform_random and zeros
      
      * update API.spec for assign, reverse and array_write, etc.(#17287)
      * test=develop
      68dcb1bd
  32. 20 5月, 2019 1 次提交
  33. 30 4月, 2019 1 次提交
  34. 29 4月, 2019 1 次提交
  35. 16 4月, 2019 1 次提交
  36. 28 3月, 2019 1 次提交
  37. 10 3月, 2019 1 次提交