1. 23 11月, 2022 2 次提交
  2. 21 11月, 2022 1 次提交
  3. 18 11月, 2022 1 次提交
  4. 17 11月, 2022 2 次提交
  5. 16 11月, 2022 1 次提交
    • Y
      Fix paddle rec, kim, dsin models' bugs (#47792) · e23dfed9
      ykkk2333 提交于
      * add stat tool
      
      * add roll and roll_grad kernels and strided_slice and strided_slice_grad kernels, test=kunlun
      
      * embedding and embedding_grad add int32 input, test=kunlun
      e23dfed9
  6. 15 11月, 2022 1 次提交
  7. 14 11月, 2022 1 次提交
  8. 10 11月, 2022 3 次提交
  9. 09 11月, 2022 1 次提交
  10. 08 11月, 2022 4 次提交
  11. 07 11月, 2022 2 次提交
  12. 04 11月, 2022 2 次提交
  13. 03 11月, 2022 2 次提交
  14. 01 11月, 2022 2 次提交
    • N
      [CodeStyle][E711] use `is`/`is not` for comparison with `None` (#47452) · a35a4a53
      Nyakku Shigure 提交于
      * [CodeStyle][E711] use `is`/`is not` for comparison with `None`
      
      * `self.assertTrue($A is None)` -> `self.assertIsNone($A)`
      
      * `self.assertTrue($A is not None)` -> `self.assertIsNotNone($A)`
      
      * `self.assertFalse($A is None)` -> `self.assertIsNotNone($A)`
      
      * `self.assertEqual($A, None)` -> `self.assertIsNone($A)`
      
      * `self.assertNotEqual($A, None)` -> `self.assertIsNotNone($A)`
      a35a4a53
    • N
      [CodeStyle][E712] use `if cond`/`if cond is True` for comparison with `True` (#47464) · 5a2ab683
      Nyakku Shigure 提交于
      * [CodeStyle][E712] use `if cond`/`if cond is True` for comparison with `True`
      
      * revert changes in fluid
      
      * revert unrelated file
      
      * revert changes in norm
      
      * revert changes in auto_parallel_amp
      
      * fix norm and auto_parallel_amp
      
      * revert a typo fix due to fixed at #47477
      5a2ab683
  15. 23 10月, 2022 1 次提交
  16. 19 10月, 2022 1 次提交
  17. 13 10月, 2022 2 次提交
  18. 12 10月, 2022 1 次提交
  19. 11 10月, 2022 1 次提交
  20. 10 10月, 2022 2 次提交
  21. 29 9月, 2022 1 次提交
  22. 27 9月, 2022 1 次提交
  23. 26 9月, 2022 1 次提交
    • C
      Enable eager mode on xpu (#46227) · 87a25fbd
      Chen Weihang 提交于
      * enable eager mode on xpu, test=kunlun
      
      * add numpy support to xpu
      
      * fix tensor using error
      
      * fix  error, test=kunlun
      
      * fix failed tests, test=kunlun
      87a25fbd
  24. 23 9月, 2022 1 次提交
  25. 22 9月, 2022 1 次提交
  26. 14 9月, 2022 1 次提交
  27. 08 9月, 2022 1 次提交