1. 27 9月, 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. 10 4月, 2020 1 次提交
    • C
      Add Tdm sampler op in Contrib (#23290) · 8c0bdde9
      Chengmo 提交于
      * add tdm sampler op
      
      * fix compile bug
      
      * fix compile bug
      
      * fix compile bug
      
      * fix compile bug
      
      * test=develop, add tdm sampler unittest
      
      * fix tdm sampler unittest
      
      * fix input var name bug
      
      * update tdm sampler unittest
      
      * fix unittest
      
      * fix unittest
      
      * update tdm sampler unittest
      
      * add tdm exe run unittest
      
      * fix infershape
      
      * test=develop, add doc
      
      * test=develop, fix gcc8 compile bug & unittest bug
      
      * test=develop, fix unittest
      
      * test=develop, fix T one & zero
      
      * test=develop, add unittest check
      
      * test=develop, add doc smaple code & fix dype set
      
      * test=develop, fix dtype
      
      * test=develop, fix compile bug
      
      * test=develop, fix unittest
      
      * test=develop, fix unittest
      
      * test=develop, check py3 unittest
      
      * test=develop,fix unittest
      
      * test=develop, fix py3&py2 unittest diff
      
      * test=develop, fix sample code
      
      * test=develop, fix sample code
      
      * test=develop, fix sample code
      
      * test=develop, fix error message
      8c0bdde9