1. 12 10月, 2022 1 次提交
  2. 27 9月, 2022 1 次提交
  3. 05 7月, 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. 12 5月, 2022 1 次提交
  6. 12 11月, 2020 1 次提交
  7. 15 6月, 2020 1 次提交
  8. 20 3月, 2020 1 次提交
  9. 13 3月, 2020 1 次提交
  10. 12 3月, 2020 1 次提交
  11. 28 2月, 2020 1 次提交
  12. 17 1月, 2020 1 次提交
    • Y
      Implement a common python unittest to test the ir passes. (#22209) · b7cac50b
      Yiqun Liu 提交于
      * Implement a common python unittest to test the ir passes.
      test=develop
      
      * Save the results in np.array and support to startup on CPU.
      test=develop
      
      * Fix the unittest.
      test=develop
      
      * Add check_program to check whether the optimized program is different from the origin one.
      test=develop
      
      * Remove the inferface all_ops.
      test=develop
      
      * Add exception test in pass_test.
      test=develop
      b7cac50b