1. 19 2月, 2022 1 次提交
  2. 18 2月, 2022 1 次提交
  3. 16 2月, 2022 1 次提交
  4. 15 2月, 2022 1 次提交
    • Z
      [Pten] Support SelectedRows in C++ API (#39497) · 5bb3b668
      zyfncg 提交于
      * add data_transform in pten api
      
      * support GetKernelTypeForVar
      
      * fix complie problem of bfloat16
      
      * add scale_sr in api
      
      * suppport select_row in C++ api
      
      * merge code
      5bb3b668
  5. 13 2月, 2022 1 次提交
  6. 11 2月, 2022 1 次提交
  7. 30 1月, 2022 1 次提交
    • C
      [PTen] Change all InferMeta functions (#39222) · 7e29cea9
      Chen Weihang 提交于
      * change unary infermeta
      
      * change other infermeta
      
      * change all infermeta format
      
      * resolve conflit
      
      * fix test failed
      
      * resolve reshape conflit
      
      * fix compile failed
      
      * adapt auto api gen
      
      * fix reshape failed
      
      * fix concat failed
      
      * resolve conflict
      7e29cea9
  8. 25 1月, 2022 1 次提交
  9. 24 1月, 2022 1 次提交
  10. 21 1月, 2022 2 次提交
  11. 28 12月, 2021 1 次提交
  12. 23 12月, 2021 1 次提交
  13. 22 12月, 2021 1 次提交
  14. 20 12月, 2021 1 次提交
  15. 17 12月, 2021 1 次提交
  16. 14 12月, 2021 1 次提交
  17. 13 12月, 2021 1 次提交
  18. 10 12月, 2021 1 次提交
  19. 08 12月, 2021 1 次提交
  20. 03 12月, 2021 1 次提交
    • Z
      【PTen】C++ API Code-Generation (#37668) · c58c4ede
      zyfncg 提交于
      * add code-gen file
      
      * add api-gen in cmake
      
      * adjust the code format
      
      * temp save the code
      
      * add genen-api module into pten
      
      * merge the develop code
      
      * fix merge conflict
      
      * fix code conflict with develop
      
      * support reduce_mean/sum
      
      * fix the CI requirement
      
      * fix requirement problem of CI
      
      * remove original api code
      
      * fix bug caused by removing original api
      c58c4ede