1. 14 10月, 2020 1 次提交
  2. 13 10月, 2020 2 次提交
    • S
      Update api 2.0 for some ops · 92b3a717
      Steffy-zxf 提交于
      * 1. remove paddle.unique_with_counts api, which counts as unique api
      2. add paddle.math.increment(x, value=1.0, name=None) api
      3. replace paddle.sums with paddle.add_n api
      4. update paddle.metric.accuracy api (add name parameter)
      92b3a717
    • S
      Update code examples for api2.0 · 9215ad96
      Steffy-zxf 提交于
      Update code examples for api2.0 
      9215ad96
  3. 12 10月, 2020 1 次提交
  4. 10 10月, 2020 1 次提交
  5. 09 10月, 2020 1 次提交
  6. 29 9月, 2020 2 次提交
  7. 27 9月, 2020 1 次提交
  8. 10 9月, 2020 2 次提交
  9. 05 9月, 2020 1 次提交
  10. 04 9月, 2020 2 次提交
  11. 03 9月, 2020 1 次提交
  12. 31 8月, 2020 1 次提交
  13. 28 8月, 2020 1 次提交
    • Y
      Fix clip input check (#26683) · 63eef763
      Yang Zhang 提交于
      * Fix clip input check
      
      * Fix default min/max value
      
      * Allow both max and min to be None
      
      * Register op change
      
      * Revert OP signature change
      63eef763
  14. 27 8月, 2020 1 次提交
  15. 26 8月, 2020 1 次提交
  16. 25 8月, 2020 1 次提交
  17. 24 8月, 2020 3 次提交
  18. 23 8月, 2020 1 次提交
  19. 22 8月, 2020 2 次提交
  20. 21 8月, 2020 1 次提交
    • Y
      Update `paddle.clamp` (#25906) · e662d1e0
      Yang Zhang 提交于
      * Update `paddle.clamp`
      
      rename to `paddle.clip`
      add fast path for dygraph mode
      remove `out`
      rename `input` -> `x`
      update doc sample
      
      * Fix leftover `Variable` wording
      
      * Indent doc with spaces
      
      * Remove `:alias` in docs
      
      * Update `enable_imperative` -> `disable_static`
      
      * Remove `imperative`
      
      also trigger CI
      
      * Update tests for better coverage
      
      * Rebase to fix `cosine_similarity`
      
      * Fix `cosine_similarity` some more
      e662d1e0
  21. 20 8月, 2020 1 次提交
  22. 19 8月, 2020 1 次提交
  23. 17 8月, 2020 1 次提交
    • Y
      Update `paddle.add` (#25910) · d063a98b
      Yang Zhang 提交于
      * Update `paddle.add`
      
      remove `alpha`
      update doc sample code
      remove `:alias` etc
      
      * Remove `imperative` reference from docstring
      d063a98b
  24. 13 8月, 2020 2 次提交
  25. 12 8月, 2020 2 次提交
  26. 11 8月, 2020 2 次提交
    • L
      add deprecated decorator, remove alias for cumsum op (#26104) · b6d14d9d
      LutaoChu 提交于
      add deprecated decorator, remove alias for cumsum op
      b6d14d9d
    • P
      Paddle-2.0 API directory migration (#25898) · 2efcb481
      pangyoki 提交于
      * Directory migration, test=develop
      
      * Change imperative from paddle init to paddle framework, test=develop
      
      * Fixed jit bug, test=develop
      
      * default static mode, test=develop
      
      * fixed format and create parameter belongs to framework, test=develop
      
      * Fixed import package, test=develop
      
      * fix __init__ format, test=develop
      
      * fixed alias problem
      
      * fixed paddle.enable_imperative problems, test=develop
      
      * Add unittest
      
      * delete install_check comment
      
      * Fixed unittest timeout
      
      * fixed unittest error
      
      * move Program default_xx_program to static package
      
      * optimize unittest method
      
      * fixed framework __init__ format
      
      * fixed jit path
      
      * delete alias
      
      * move jit to paddle
      
      * Fixed unittest format
      
      * fixed paddle.default_main_program
      
      * Fixed save load API in paddle __init__.py
      
      * fixed ci paddle.imperative.to_variable
      2efcb481
  27. 10 8月, 2020 1 次提交
  28. 08 8月, 2020 2 次提交
    • 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
    • J
      Change use_quantizer attribute name and data type (#25838) · 734cf1c3
      joanna.wozna.intel 提交于
      * Change use_quantizer attribute name and data type
      
      * Fix problem with setting attribute
      
      * Add changes due to review
      
      * Small change in function
      
      * Restore use_quantizer attr for compatibility
      734cf1c3
  29. 07 8月, 2020 1 次提交