1. 29 11月, 2022 1 次提交
  2. 23 10月, 2022 1 次提交
  3. 27 9月, 2022 1 次提交
  4. 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
  5. 09 4月, 2022 1 次提交
  6. 16 2月, 2022 1 次提交
  7. 18 10月, 2021 1 次提交
  8. 28 9月, 2021 1 次提交
  9. 16 9月, 2021 1 次提交
    • H
      Support new API linalg.cond in paddle (#35140) · 2df74aa6
      Haohongxiang 提交于
      * Support new API linalg.cond in paddle
      
      * check code style
      
      * check code style
      
      * modify codes
      
      * add docs_eng of linalg.cond
      
      * add svd_norm for linalg.cond
      
      * modify docs_en of cond
      
      * add support for empty input in dynamic mode
      
      * modify set_time of unittest
      
      * update
      
      * modify unittest of cond
      
      * update
      
      * remove cond in paddle.__all__
      
      * pull latest codes
      
      * merge latest codes
      
      * update
      2df74aa6