1. 23 5月, 2022 1 次提交
  2. 08 4月, 2022 1 次提交
  3. 02 4月, 2022 1 次提交
  4. 31 3月, 2022 1 次提交
  5. 25 3月, 2022 1 次提交
    • J
      Refactor Dygraph Flags (#40786) · 3085d5e4
      Jiabin Yang 提交于
      * refactor eager flags
      
      * fix flags error when we switch from eager to dygraph
      
      * fix ci problem
      
      * fix ci
      
      * fix ci
      
      * merge develop and fix code style
      
      * merge develop and fix code style
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * merge develop
      3085d5e4
  6. 23 3月, 2022 1 次提交
    • K
      Add complex type compatibility for stft api and stft op. (#40113) · 319f95d0
      KP 提交于
      * Add stft_op.
      
      * Add stft_grad_op.
      
      * Add stft_op unittest.
      
      * [DLTP-45176] Add complex compatibility in static mode for stft api.
      
      * [DLTP-45176] Add complex compatibility in static mode for stft api.
      
      * Add doc.
      
      * Update unitests of stft op.
      
      * Update spectral helper.
      
      * fix coding style.
      319f95d0
  7. 04 3月, 2022 1 次提交
    • H
      Add digamma abs trunc yaml (#40024) · 0bfba16b
      hong 提交于
      * add digamma, abs, trunc; test=develop
      
      * fix bug and add diagonal; test=develop
      
      * add name coverter; test=develop
      
      * update tracer.py; test=develop
      
      * add test case; test=develop
      
      * fix bugs; test=develop
      0bfba16b
  8. 15 7月, 2021 1 次提交
  9. 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
  10. 26 11月, 2020 1 次提交
  11. 21 8月, 2020 1 次提交
  12. 17 8月, 2020 1 次提交
  13. 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
  14. 15 7月, 2020 1 次提交
  15. 30 6月, 2020 1 次提交
  16. 12 4月, 2020 1 次提交
  17. 31 3月, 2020 1 次提交
    • L
      Feature/expand params in auto-generated pybind functions for dygraph operators (#23181) · 488b2387
      Leo Chen 提交于
      * expand parameters, test=develop
      
      * support resnet, test=develop
      
      * fix resnet, test=develop
      
      * support duplicable out, test=develop
      
      * support ptb
      
      * fix bugs, test=develop
      
      * support null input, test=develop
      
      * fix bugs, test=develop
      
      * fix batchNorm is_test, test=develop
      
      * refine code, test=develop
      
      * follow comments, test=develop
      
      * follow comments, test=develop
      
      * follow comments, test=develop
      
      * follow comments, test=develop
      488b2387
  18. 06 2月, 2020 1 次提交
  19. 24 12月, 2019 1 次提交
  20. 28 11月, 2019 1 次提交
  21. 14 11月, 2019 1 次提交
  22. 12 10月, 2019 1 次提交
    • Z
      Fix api doc example bug and polish square doc (#20491) · 8fb569e5
      zhaoyuchen2018 提交于
      * Refine create_array api en doc
      
      test=develop
      test=document_fix
      
      
      * Fix api doc example bug and polish square
      
      test=develop
      test=document_fix
      
      
      * Refine comment
      
      test=develop
      test=document_fix
      
      
      * refine API.spec
      
      test=develop
      test=document_fix
      8fb569e5
  23. 11 10月, 2019 2 次提交
  24. 10 10月, 2019 2 次提交
  25. 26 9月, 2019 1 次提交
  26. 12 9月, 2019 1 次提交
  27. 01 7月, 2019 1 次提交
  28. 07 5月, 2019 1 次提交
  29. 19 2月, 2019 1 次提交
    • Y
      Correct the doc in Python API (#15725) · 56a5039e
      Yiqun Liu 提交于
      * Correct the comment in control_flow.py.
      
      * Correct the argument list of ops.
      test=develop
      
      * Update API.spec.
      test=develop
      
      * Skip op_callstack attr for all op apis.
      test=develop
      
      * Remove use_mkldnn and is_test from python api.
      test=develop
      
      * Remove use_mkldnn and is_test from op_proto_maker and hard-coding them in python when generating doc string.
      test=develop
      56a5039e
  30. 04 12月, 2018 1 次提交
    • W
      layer fixes (#14591) · 6e67d0fb
      Wu Yi 提交于
      * layer fixes test=develop
      
      * follow update test=develop
      6e67d0fb
  31. 22 10月, 2018 1 次提交
  32. 21 9月, 2018 2 次提交
  33. 20 9月, 2018 1 次提交
  34. 15 8月, 2018 1 次提交
  35. 26 7月, 2018 1 次提交
  36. 17 6月, 2018 1 次提交
  37. 15 6月, 2018 1 次提交