1. 29 11月, 2022 1 次提交
  2. 23 11月, 2022 1 次提交
  3. 03 11月, 2022 1 次提交
  4. 23 10月, 2022 1 次提交
  5. 14 9月, 2022 1 次提交
  6. 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
  7. 26 7月, 2021 1 次提交
  8. 25 6月, 2021 1 次提交
  9. 29 4月, 2021 1 次提交
  10. 08 4月, 2021 1 次提交
    • C
      Add LayerDict class (#31951) · e45c3fa5
      chentianyu03 提交于
      * add layerdict class
      
      * add docs and test cases for LayerDict class
      
      * remove the arguments type in function define
      
      * add update inputs type check
      e45c3fa5