1. 06 4月, 2022 1 次提交
  2. 23 3月, 2022 1 次提交
  3. 10 3月, 2022 1 次提交
    • H
      Inference add ONNXRuntime back-end (#39988) · 431afc39
      heliqi 提交于
      * add onnxruntime predictor
      
      * Add code comments
      
      * support link paddle2onnx onnxruntime
      
      * support onnxruntime with python
      
      * support onnxruntime with python
      
      * support onnxruntime with windows
      
      * paddle2onnx compile with windows
      
      * supoort windows compile
      
      * supoort windows compile with onnxruntime
      
      * supoort windows compile with paddle2onnx
      
      * supoort mac compile
      
      * compile with mac
      
      * compile with mac
      
      * add code comments
      
      * fix remind word
      
      * code optimization
      
      * add test case
      
      * add test case
      
      * add inference demo_ci test case
      
      * fix compile paddle2onnx with no python
      
      * add inference demo_ci test case
      
      * add inference demo_ci test case
      
      * add inference infer_ut test case
      
      * support c go api and test cases
      
      * add converage test case
      
      * add converage test case
      
      * add capi test case
      
      * add capi test case
      431afc39
  4. 24 2月, 2022 1 次提交
  5. 20 2月, 2022 1 次提交
  6. 26 1月, 2022 1 次提交
  7. 25 1月, 2022 1 次提交
  8. 20 1月, 2022 1 次提交
  9. 22 12月, 2021 1 次提交
    • C
      [PTen] Add cmake function for kernels (#38311) · e6310dbd
      Chen Weihang 提交于
      * add pten kernel cmake
      
      * add pten kernel cmake function
      
      * fix compile error
      
      * add enforce include for full kernel
      
      * fix compile failed
      
      * change cuda to gpu
      
      * fix cmake function error
      e6310dbd
  10. 16 12月, 2021 1 次提交
  11. 23 11月, 2021 1 次提交
  12. 15 11月, 2021 1 次提交
    • C
      [Pten] Refactor the implementation of custom operator (#37122) · 1e598f1a
      Chen Weihang 提交于
      * move extension into pten [no-verify]
      
      * append tensor methods by ext_tensor [no-verify]
      
      * append other tensor methods [no-verify]
      
      * ext related files tidy [no-verify]
      
      * include relation tidy [no-verify]
      
      * add pten tensor test [no-verify]
      
      * replace tensor in custom op & compile success
      
      * refine tensor constructor for unittest
      
      * custom relu jit run success
      
      * fix all custom op unittests
      
      * add inference cmake adapt [no-verify]
      
      * fix failed unittests
      
      * fix windows failed unittests
      
      * try to fix kunlun and inference failed
      
      * fix test_elementwise_api error
      
      * try to fix win compile failed
      
      * fix kunlun fp16 type error
      
      * remove useless haddle error macro
      
      * add custom linear op test
      
      * fix compile failed & add win symbols
      
      * fix non pten kernel cast failed
      
      * add dll decl for api
      
      * polish several deetails
      
      * polish details by review comment
      
      * add dll_decl for register
      1e598f1a
  13. 20 10月, 2021 1 次提交
    • S
      Add FasterTokenizer Operator (#34491) · 3f2d6a3f
      Steffy-zxf 提交于
      Add Tokenizer related functionalities for Transformer model in order that the process of training and predicting is consistent.
      
      * support the text string as an input Tensor
      * support the "VOCAB"unordered_map<wstring, int> as an input Tensor to lookup tokens
      * Tokenizer used for BERT. This tokenizer applies an end-to-end, text string to wordpiece tokenization.
      * It first applies basic tokenization, followed by wordpiece tokenization.
      3f2d6a3f
  14. 19 10月, 2021 1 次提交
  15. 25 8月, 2021 1 次提交
  16. 10 8月, 2021 1 次提交
    • C
      copy boost/any.hpp to utils and replace boost::any with self defined any (#34613) · 12892929
      chentianyu03 提交于
      * add any.hpp to utils and replace boost::any with self defined paddle::any
      
      * add copy any.hpp to custom op depends
      
      * modify any.hpp include path
      
      * remove boost from setup.py.in
      
      * add copy any.hpp to custom op depends
      
      * move any.hpp to paddle/utils/ dirs
      
      * move any.h to extension/include direction
      
      * copy utils to right directions
      12892929
  17. 21 6月, 2021 1 次提交
  18. 18 6月, 2021 1 次提交
  19. 02 6月, 2021 1 次提交
  20. 01 6月, 2021 1 次提交
  21. 27 5月, 2021 1 次提交
  22. 24 4月, 2021 1 次提交
  23. 19 3月, 2021 1 次提交
  24. 18 3月, 2021 1 次提交
  25. 04 3月, 2021 1 次提交
  26. 27 2月, 2021 1 次提交
  27. 20 2月, 2021 1 次提交
  28. 12 1月, 2021 1 次提交
  29. 07 12月, 2020 1 次提交
  30. 05 12月, 2020 1 次提交
  31. 12 10月, 2020 1 次提交
  32. 24 9月, 2020 1 次提交
  33. 23 9月, 2020 1 次提交
  34. 22 9月, 2020 1 次提交
  35. 26 8月, 2020 1 次提交
  36. 25 8月, 2020 1 次提交
  37. 21 7月, 2020 1 次提交
  38. 02 7月, 2020 1 次提交
  39. 01 6月, 2020 2 次提交