1. 09 3月, 2023 1 次提交
  2. 31 1月, 2023 1 次提交
  3. 20 1月, 2023 1 次提交
    • G
      Fluid clean remove io data (#49301) · 5670644c
      GGBond8488 提交于
      * replace paddle.fluid.layers.data and remove io.data
      
      * partial commit
      
      * partial commit
      
      * partial commit
      
      * partial commit
      
      * partial commit
      
      * partial commit
      
      * remove data in fluid.layers.io.__all__
      
      * fix errors
      
      * fix unitests
      
      * fix unitest
      
      * fix unitests
      
      * fix unitest
      
      * fix unitest
      
      * fix unitests
      
      * fix unitest
      
      * fix test_layers unitests
      
      * fix typro
      
      * fix unitest
      
      * fix unitest
      
      * fix unitest
      
      * fix typro
      
      * fix unitest test_model_cast_to_bf16
      
      * fix test_reducescatter
      
      * fix collective unitest
      
      * fix collective unitests
      
      * fix collective unitests
      
      * add coverage
      
      * fix add layers.data
      
      * re run ci
      
      * fix some typro
      
      * fix samplecode error
      
      * fix samplecode error
      5670644c
  4. 29 11月, 2022 1 次提交
  5. 23 10月, 2022 1 次提交
  6. 12 10月, 2022 1 次提交
  7. 11 10月, 2022 1 次提交
  8. 27 9月, 2022 1 次提交
  9. 10 8月, 2022 1 次提交
    • N
      [CodeStyle] use np.testing.assert_array_equal instead of... · 93c5c887
      Nyakku Shigure 提交于
      [CodeStyle] use np.testing.assert_array_equal instead of self.assertTrue(np.array_equal(...)) (#44947)
      
      * automatically fix
      
      * update comments
      
      * numpy -> np
      
      * self.assertEqual(..., True)
      
      * wrong usage (err_msg=True)
      
      这不是修复导致的错误,这些是原来 `self.assertTrue(..., True)`
      的错误用法,因此在修复后将其认为位置参数 `err_msg`
      
      * some missing fix
      93c5c887
  10. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  11. 07 3月, 2022 1 次提交
  12. 13 9月, 2021 1 次提交
  13. 19 4月, 2021 1 次提交
  14. 01 4月, 2021 1 次提交
  15. 27 10月, 2020 1 次提交
  16. 20 10月, 2020 1 次提交
  17. 04 9月, 2020 1 次提交
  18. 14 8月, 2020 1 次提交
  19. 07 8月, 2020 1 次提交
  20. 30 7月, 2020 1 次提交
  21. 21 7月, 2020 1 次提交
  22. 12 7月, 2020 1 次提交
  23. 12 4月, 2020 2 次提交
  24. 07 4月, 2020 1 次提交
  25. 04 4月, 2020 1 次提交
  26. 22 1月, 2020 1 次提交
  27. 12 12月, 2019 1 次提交
  28. 02 12月, 2019 1 次提交
  29. 15 10月, 2019 1 次提交
  30. 14 10月, 2019 1 次提交
    • Z
      add input type and dtype check for cast_op (#20070) · 01209b51
      zhupengyang 提交于
      * add input type and dtype check for cast_op
      test=develop
      
      * fix annotation
      test=develop
      
      * support more data type
      
      test=develop
      
      * fix bug for fill_constant's error type
      
      test=develop
      
      * improve converage
      
      test=develop
      
      * improve converage
      
      test=develop
      01209b51
  31. 13 10月, 2019 1 次提交
    • L
      fill_constant support Tensor; (#20521) · fc6ec3b9
      liym27 提交于
      2. fix bug in backward.py: using fill_constant instead of fill_constant_batch_size_like
      3. fix bug in ExpandGradOp.
      
      test=develop
      fc6ec3b9
  32. 03 10月, 2019 1 次提交
    • W
      Fill constant error message fix (#20075) · 9a76f3f9
      wangchaochaohu 提交于
      * fix the constant error message test=develop
      
      * fix typo test=develop
      
      * fix typo test=develop
      
      * fix code style test=develop
      
      * fix comment and bugs test=develop
      
      * fix the bug test=develop
      
      * fix and add unittest test=develop
      
      * fix the typo test=develop
      
      * add support for the fill_constant op test=develop
      
      * add test for ci coverage test=develop
      9a76f3f9
  33. 12 7月, 2019 1 次提交
  34. 24 8月, 2018 3 次提交
  35. 15 8月, 2018 1 次提交
  36. 26 7月, 2018 2 次提交