1. 22 4月, 2023 1 次提交
  2. 29 3月, 2023 1 次提交
  3. 25 3月, 2023 1 次提交
  4. 23 3月, 2023 1 次提交
    • C
      [Prim] add meshgrid composite rule (#51061) · 53bb883d
      chenjian 提交于
      * add meshgrid composite rule
      
      * add meshgrid composite rule
      
      * update
      
      * add into CMakeLists
      
      * fix
      
      * update
      
      * update
      
      * optimize code
      
      * fix meshgrid op
      
      * update test
      53bb883d
  5. 21 3月, 2023 1 次提交
    • G
      【fluid clean】remove fluid.data (#50699) · 72c711bb
      GGBond8488 提交于
      * remove fluid.data
      
      * fix typro
      
      * fix somme unitest error
      
      * fix conflicts
      
      * fix sample code error
      
      * fxi sample coder error
      
      * fxi sample code error
      
      * fxi sample code error
      
      * fix xpu test error
      
      * fix xpu test error
      
      * Delete ps_pb2.py
      
      * fix test error
      
      * fix typro
      
      * fix sample code error
      
      * fix comments
      
      * fix test norm op data
      
      * fix sample code error
      
      * fix conflicts
      72c711bb
  6. 09 3月, 2023 1 次提交
    • Yj/dynamic upgrade part5 (#50927) · c9e6c8ce
      姜永久 提交于
      * fix accuracy and activation
      
      * add adadelta
      
      * support pad2d
      
      * support pad
      
      * modify exponential and linear_interp_v2
      
      * modify meshgrid test
      
      * add group_norm
      
      * support some ops
      
      * modify activation&group norm
      
      * modify act
      
      * reset group_norm
      
      * modify acti
      
      * modify pow test
      
      * modify acti
      
      * lint
      
      * modify mkldnn test
      
      * fix acti
      
      * modify adadelta
      
      * lint
      
      * fix act mkldnn
      
      * reset acti
      c9e6c8ce
  7. 15 12月, 2022 1 次提交
  8. 29 11月, 2022 1 次提交
  9. 23 10月, 2022 1 次提交
  10. 11 10月, 2022 1 次提交
  11. 27 9月, 2022 1 次提交
  12. 26 8月, 2022 1 次提交
  13. 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
  14. 05 4月, 2022 1 次提交
  15. 28 3月, 2022 1 次提交
    • H
      Move meshgrid to phi (#40994) · ca871957
      hong 提交于
      * move momentum, rmsprop to phi; test=develop
      
      * update
      
      * update
      
      * update
      
      * update
      
      * udpate; test=develop
      
      * fix xpu npu bugs; test=develop
      
      * fix npu bug; test=develop
      
      * fix windows compile error; test=develop
      
      * fix windows compile error; test=develop
      
      * polish code; test=develop
      
      * fix conflict; test=develop
      
      * add meshgrid;
      
      * update
      
      * polish code
      
      * polish code;
      
      * fix bug
      
      * format; remove useless code
      
      * fix npu bug
      
      * fix bug
      ca871957
  16. 30 7月, 2021 1 次提交
  17. 14 7月, 2020 1 次提交
    • Y
      modify meshgrid test=develop (#25319) · f795a1bf
      yaoxuefeng 提交于
      According to paddle 2.0 standard.
      1, chang api to def meshgrid(*args, **kwargs) we hide name argument in **kwargs.
      2, add relate ut.
      3, change example code to imperative mode
      f795a1bf
  18. 14 4月, 2020 1 次提交