1. 03 9月, 2020 1 次提交
  2. 02 9月, 2020 1 次提交
  3. 01 9月, 2020 1 次提交
  4. 31 8月, 2020 2 次提交
  5. 28 8月, 2020 4 次提交
  6. 27 8月, 2020 3 次提交
  7. 26 8月, 2020 2 次提交
  8. 25 8月, 2020 4 次提交
  9. 24 8月, 2020 3 次提交
  10. 23 8月, 2020 4 次提交
  11. 22 8月, 2020 10 次提交
  12. 21 8月, 2020 5 次提交
    • L
      add bernoulli op (#26511) · aa2a9b5d
      Leo Chen 提交于
      * add bernoulli op
      
      * fix cuda kernel and add unit test
      
      * refine doc
      
      * fix uniform
      aa2a9b5d
    • L
      [2.0 api] fix the example codes in doc strings (#26428) · 5f2c0e7e
      lilong12 提交于
      * fix the example codes, test=develop
      5f2c0e7e
    • W
      e167e879
    • P
      Rename uniform_random API (#26347) · bdac6bc8
      pangyoki 提交于
      * Rename uniform and gaussian APIs
      
      * rename uniform_random API as uniform
      
      * Fixed unittest
      
      * fixed unittest AttributeError
      
      * Fixed unittest
      
      * Add uniform function rather than alias
      
      * remove templatedoc
      
      * solve conflict and fix doc code
      
      * fix doc code
      bdac6bc8
    • 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