1. 14 12月, 2022 1 次提交
  2. 29 11月, 2022 1 次提交
  3. 01 11月, 2022 1 次提交
  4. 23 10月, 2022 1 次提交
  5. 12 10月, 2022 1 次提交
  6. 27 9月, 2022 1 次提交
  7. 26 9月, 2022 1 次提交
    • C
      Enable eager mode on xpu (#46227) · 87a25fbd
      Chen Weihang 提交于
      * enable eager mode on xpu, test=kunlun
      
      * add numpy support to xpu
      
      * fix tensor using error
      
      * fix  error, test=kunlun
      
      * fix failed tests, test=kunlun
      87a25fbd
  8. 08 8月, 2022 1 次提交
  9. 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
  10. 02 4月, 2022 1 次提交
  11. 07 7月, 2021 1 次提交
  12. 14 10月, 2020 1 次提交
    • X
      Add dropout and log_loss for kunlun (#27790) · ae01801f
      xiaoting 提交于
      * add dropout,log_loss, test=kunlun
      * fix dropout, test=kunlun
      * polish error message, test=kunlun
      * change boost::get to BOOST_GET_CONST, test=kunlun
      * fix copyright, test=kunlun
      ae01801f