1. 19 8月, 2020 4 次提交
  2. 18 8月, 2020 10 次提交
  3. 17 8月, 2020 8 次提交
  4. 16 8月, 2020 7 次提交
  5. 15 8月, 2020 9 次提交
  6. 14 8月, 2020 2 次提交
    • M
      fix unstack op doc (#26043) · b2d41e2a
      MRXLT 提交于
      b2d41e2a
    • Y
      Upgrade `no_grad` decorator (#25472) · 617eb67f
      Yang Zhang 提交于
      * Upgrade `no_grad` decorator
      
      test=develop
      
      - match torch decorator usage (i.e., with parenthesis)
      - handle generator functions
      - add `paddle.no_grad` alias
      
      * Switch from `functools` to `decorator`
      
      preserves signature
      
      * Reword decorator usage note
      617eb67f