1. 14 3月, 2023 3 次提交
  2. 02 12月, 2022 1 次提交
  3. 25 11月, 2022 1 次提交
  4. 26 10月, 2022 1 次提交
    • C
      fix slice_assign_p (#47324) · 17a03629
      Charles-hit 提交于
      * fix slice_assign_p jvp and transpose
      
      * modify code style
      
      * modify test_jvp_and_transpose for slice_assign_p
      
      * modify code style
      
      * add unit test
      17a03629
  5. 23 10月, 2022 1 次提交
  6. 19 10月, 2022 1 次提交
    • C
      Support uniform api and sigmoid api in new AD (#46960) · af4bdede
      Charles-hit 提交于
      * support uniform api in new ad
      
      * add unit test for uniform_random_p
      
      * resolve conflict
      
      * fix uniform_random orig2prim
      
      * fix primrules
      
      * remove ShapeTensor and ShapeTensorList input in uniform_random_p op and add sigmoid orig2prim rules
      af4bdede
  7. 27 9月, 2022 1 次提交
  8. 26 9月, 2022 2 次提交
  9. 16 9月, 2022 1 次提交
  10. 14 9月, 2022 1 次提交
  11. 01 9月, 2022 1 次提交
  12. 20 8月, 2022 1 次提交
  13. 16 8月, 2022 1 次提交
  14. 08 8月, 2022 1 次提交
  15. 26 7月, 2022 1 次提交
  16. 14 7月, 2022 1 次提交
    • L
      hide prim2orig in executor (#44255) · de002f92
      levi131 提交于
      * hide prim2orig in executor
      
      * add some test cases without param guard
      
      * fix spell error param into program
      
      * Use absolute path when import paddle.incubate.autograd.prim2orig
      de002f92
  17. 13 7月, 2022 1 次提交
  18. 11 7月, 2022 1 次提交
    • X
      reorganize the higher order autodiff api (#44119) · dd63e5b4
      Xiaoxu Chen 提交于
      * move _gradients to primapi and rename to grad
      
      * modify jvp to call forward_grad in primitive mode
      
      * add primapi unittest and remove some unused test cases.
      
      * fix  circular import problem
      
      * move paddle/autograd/functional into paddle/incubate.autograd/functional
      
      * remove unused JacobianBatchLast class
      dd63e5b4
  19. 28 6月, 2022 1 次提交