1. 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
  2. 08 12月, 2022 1 次提交
  3. 02 12月, 2022 1 次提交
  4. 01 12月, 2022 1 次提交
  5. 29 11月, 2022 2 次提交
  6. 28 11月, 2022 1 次提交
    • X
      【fluid api clear】Remove reduce sum (#48330) · 8d00f76e
      xiaoguoguo626807 提交于
      * remove fluid.reduce_sum
      
      * remove fluid.reduce_sum
      
      * modify axis and import paddle
      
      * modify keepdim and out_name
      
      * modift unittest
      
      * modift unittest
      
      * modify CI_static and loss.py
      
      * modify test_mse_loss
      
      * modify static ci
      
      * modify static ci datatype
      
      * add import paddle in test
      
      * fix conflict
      
      * fix conflict
      
      * modify ci
      
      * modify ci
      
      * fix_conflict
      
      * fix bug
      
      * code_style
      8d00f76e
  7. 24 11月, 2022 1 次提交
  8. 22 11月, 2022 1 次提交
  9. 23 10月, 2022 1 次提交
  10. 27 9月, 2022 1 次提交
  11. 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
  12. 24 5月, 2022 1 次提交
  13. 12 5月, 2022 1 次提交
    • C
      [Yaml]Tile and expand double grad (#42680) · bf44034c
      chentianyu03 提交于
      * add tile double_grad yaml and test case
      
      * add expand double yaml and test case
      
      * add clip dobule grad yaml and test case
      
      * add concat dobule grad yaml and test case
      bf44034c
  14. 09 5月, 2022 1 次提交
  15. 05 4月, 2022 1 次提交
    • L
      [new-exec] enable the new standalone executor by default (#41179) · 93ea1297
      Leo Chen 提交于
      * enable new executor by default
      
      * enable stream safe allocator
      
      * test=document_fix;test=coverage
      
      * do not use scope in op kernel
      
      * fit empty program for new executor
      
      * fix communication depend
      
      * fix test_sync_batch_norm
      
      * skip unsupported place
      
      * refine datatransfer
      
      * fit for dirtributed program
      
      * fix dependencpy
      
      * fix some ut
      93ea1297
  16. 06 9月, 2021 1 次提交
  17. 22 12月, 2020 1 次提交
  18. 16 12月, 2020 1 次提交
  19. 15 12月, 2020 2 次提交
  20. 13 10月, 2020 1 次提交
  21. 12 10月, 2020 1 次提交
  22. 10 10月, 2020 1 次提交
  23. 10 9月, 2020 2 次提交
  24. 09 9月, 2020 1 次提交
  25. 23 2月, 2020 1 次提交
  26. 12 2月, 2020 1 次提交
  27. 12 10月, 2019 1 次提交
  28. 17 9月, 2019 1 次提交
  29. 24 5月, 2019 1 次提交
  30. 20 5月, 2019 1 次提交
    • L
      Double backward elementwise div (#17416) · 10b23a72
      lvmengsi 提交于
      * double backward, elementwise_div
      
      * fix dx empty. test=develop
      
      * bug fix (#17392)
      
      fix secure bug
      
      * Eanble stack operator for a Ngraph, test=develop (#17406)
      
      * fix sqrt_grad_grad unittest. test=develop (#17410)
      
      * fix sqrt_grad_grad unittest. test=develop
      
      * disable sqrt_grad_grad unittest. test=develop
      
      * test=develop, fix unittest
      
      * test=develop, fix unittest
      
      * test=develop, fix unittest
      
      * test=develop, fix bug
      
      * fix unittest. test=develop
      
      * fix unittest dx. test=develop
      
      * tmp fix! for test... test=develop
      
      * reduce tmp, test=develop
      
      * test=develop, reduce tmp
      
      * fix broadcast unittest. test=develop
      
      * fix format. test=develop
      
      * refine code. test=develop
      
      * refine code. test=develop
      
      * refine GetDoubleGradSafeTensor. test=develop
      
      * fix format. test=develop
      10b23a72
  31. 19 5月, 2019 1 次提交
  32. 18 5月, 2019 1 次提交
  33. 15 5月, 2019 2 次提交
  34. 14 5月, 2019 3 次提交
    • L
      Double backward reduce mean (#17372) · 5d1ac41b
      lvmengsi 提交于
      * test=develop, double backward reduce_mean
      
      * add comment. test=develop
      
      * fix format. test=develop
      
      * rename GradGrad -> DoubleGrad. test=develop
      
      * fix op_use_default_grad_op_maker.spec. test=develop
      5d1ac41b
    • K
      add elementwise_add_grad_grad op (#17366) · bd9bef5a
      Kaipeng Deng 提交于
      * add elementwise_add_grad_grad op. test=develop
      
      * use defined GradMaker. test=develop
      bd9bef5a
    • K
      support fc_op double grad (#17317) · 60be66e2
      Kaipeng Deng 提交于
      * add double grad for mul_op. test=develop
      
      * fix format. test=develop
      
      * fix format. test=develop
      
      * fix format. test=develop
      
      * refine code. test=develop
      
      * remove setzero. test=develop
      
      * fix dx/dy init bug. test=develop
      
      * fix format. test=develop
      60be66e2