1. 26 8月, 2022 1 次提交
  2. 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
  3. 05 4月, 2022 1 次提交
  4. 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
  5. 30 7月, 2021 1 次提交
  6. 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
  7. 14 4月, 2020 1 次提交