1. 06 12月, 2022 1 次提交
    • K
      Remove fluid matmul (#47988) · 8fb829ba
      kangguangli 提交于
      * remove layers.matmul in nets.py
      
      * remove layers.matmul in rnn_impl/test_quantization_pass/auto_parallel_gpt_model/test_auto_parallel_completion_gpt
      
      * remove layers.matmul in other files
      
      * fix
      
      * fix
      
      * remove layers.matmul itself
      
      * remove ref in CMakeLists.txt and tools directory
      
      * remove matmul in fluid.layers.nn.py
      
      * remove matmul in fluid.dygraph.rnn.py && resotre test_matmul_op.py
      
      * replace matmul in fluid.dygraph.rnn.py && clean api_test in test_matmul_op.py
      
      * fix error && restore empty test_auto_search_dist_matmul_op.py
      
      * fix check in test_auto_parallel_partitioner.py
      
      * fix test_dist_matmul && test_flags_mkldnn_ops_on_off
      
      * fix test_fused_attention_op_xpu.py && test_matmul_op_xpu.py
      
      * remove test_auto_search_dist_matmul_op.py
      
      * remove layers.matmul in auto_parallel_gpt_model.py && fix doc in fluid/io.py
      
      * fix for matmul_grad
      
      * fix codestyle
      
      * fix codestyle
      
      * resolve conflicts error
      
      * restore unit test file but not compiled it for later remove
      
      * fix codestyle
      
      * fix wrong unittest skip
      
      * fix unittest delete
      
      * fix scale cost
      
      * fix scale cost
      
      * resolve conflicts error
      
      * resolve conflicts error
      Co-authored-by: Njakpiase <jakpia21@gmail.com>
      8fb829ba
  2. 29 11月, 2022 1 次提交
  3. 26 11月, 2022 1 次提交
  4. 23 11月, 2022 1 次提交
    • X
      【fluid api clear】remove transpose (#47917) · b994c89d
      xiaoguoguo626807 提交于
      * remove transpose
      
      * codestyle check
      
      * modify CI_STATIC
      
      * modify CI_STATIC
      
      * modify enable static()
      
      * remove unused import
      
      * fix conflict about stack
      
      * fix conflict about stack
      
      * fix conflict about stack
      
      * endless conflict
      b994c89d
  5. 22 11月, 2022 1 次提交
  6. 21 11月, 2022 1 次提交
  7. 23 10月, 2022 1 次提交
  8. 19 10月, 2022 1 次提交
  9. 27 9月, 2022 1 次提交
  10. 14 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. 22 4月, 2021 1 次提交
  13. 24 11月, 2020 1 次提交
    • L
      Upgrade string literals to raw string (#28989) · 3815d7aa
      Leo Chen 提交于
      * upgrade comment string to raw string
      
      * fix string in
      
      * fix string with ' '
      
      * revert update on comments
      
      * upgrade only necessary
      
      * fix sample code checker
      
      * fix comments with '''
      3815d7aa
  14. 21 10月, 2020 1 次提交
    • C
      2.0rc api rename (#28088) · 7c1aa0d6
      cnn 提交于
      * rename manual_seed to seed
      
      * rename xxx1d-->xxx1D, xxx2d-->xxx2D, xxx3d-->xxx3D
      
      * rename manual_seed --> seed
      
      * do not rename .cc, .cu and .h file
      
      * rename manual_seed --> seed
      
      * rename manual_seed --> seed
      
      * rename manual_seed --> seed
      
      * rename manual_seed --> seed
      
      * disable_static on doc example code
      
      * donot change manual_seed on generator
      
      * add enable_static on sample code
      
      * convert python/paddle/fluid/layers/nn.py to bak
      
      * fix typo
      
      * fix code style
      
      * fix seed to manual_seed when call functions of Generator()
      
      * fix bug
      7c1aa0d6
  15. 14 5月, 2020 1 次提交
  16. 13 5月, 2020 1 次提交
  17. 07 5月, 2020 1 次提交
  18. 30 4月, 2020 1 次提交
  19. 02 4月, 2020 1 次提交
  20. 23 2月, 2020 1 次提交
  21. 11 10月, 2019 3 次提交
  22. 10 10月, 2019 1 次提交
    • S
      fix document of 11 APIs (#20278) · a73e1f68
      SunGaofeng 提交于
      * modify document of 11 APIs
      test=develop
      test=document_fix
      
      * fix dtype to data type and description of name parameter
      a73e1f68
  23. 09 10月, 2019 1 次提交
  24. 08 10月, 2019 1 次提交
  25. 01 7月, 2019 1 次提交
  26. 24 5月, 2019 1 次提交
  27. 10 5月, 2019 1 次提交
  28. 08 5月, 2019 1 次提交
  29. 07 5月, 2019 1 次提交
  30. 23 11月, 2018 1 次提交
  31. 19 10月, 2018 1 次提交
    • C
      Fix add doc for bias_attr (#13937) · 9775e50c
      chengduo 提交于
      * fix conv doc
      test=develop
      
      * fix seq_conv doc
      test=develop
      
      * fix simple_img_conv_pool
      test=develop
      
      * update API.spec
      
      * update parameter doc
      test=develop
      
      * follow comment
      test=develop
      
      * fix other layer
      test=develop
      
      * fix lstm bias_attr doc
      test=develop
      9775e50c
  32. 28 9月, 2018 1 次提交
  33. 19 9月, 2018 1 次提交
  34. 23 8月, 2018 2 次提交
  35. 22 8月, 2018 1 次提交
  36. 15 8月, 2018 1 次提交
  37. 06 8月, 2018 1 次提交