1. 30 8月, 2023 1 次提交
    • H
      Add paddle custom flags support (#56256) · 2ef4ec71
      huangjiyi 提交于
      * update
      
      * repalce gflags header
      
      * replace DEFINE_<type> with PD_DEFINE_<type>
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * update cmake
      
      * add :: before some paddle namespace
      
      * fix link error
      
      * fix CI-Py3
      
      * allow commandline parse
      
      * fix SetFlagsFromEnv
      
      * fix bug
      
      * fix bug
      
      * fix CI-CINN
      
      * fix CI-Coverage-build
      
      * fix CI-Windows-build
      
      * fix CI-Inference
      
      * fix bug
      
      * fix bug
      
      * fix CI-CINN
      
      * fix inference api test
      
      * fix infer_ut test
      
      * revert infer_ut gflags usage
      
      * update
      
      * fix inference
      
      * remove flags export macro
      
      * revert inference demo_ci gflags usage
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * fix bug when turn on WITH_GFLAGS
      
      * turn on WITH_GFLAGS
      
      * fix bug when turn on WITH_GFLAGS
      
      * fix bug when turn on WITH_GFLAGS
      
      * update
      
      * update and add unittest
      
      * add unittest
      
      * fix conflict
      
      * rerun ci
      
      * update
      
      * resolve conflict
      2ef4ec71
  2. 03 7月, 2023 1 次提交
  3. 14 6月, 2023 1 次提交
  4. 08 6月, 2023 1 次提交
  5. 02 6月, 2023 1 次提交
  6. 22 5月, 2023 1 次提交
  7. 11 5月, 2023 1 次提交
  8. 06 5月, 2023 1 次提交
  9. 11 4月, 2023 1 次提交
  10. 19 1月, 2023 1 次提交
  11. 01 11月, 2022 1 次提交
  12. 18 8月, 2022 1 次提交
    • H
      [inference]predictor add GetInputType interface (#45143) · a8ae87f1
      heliqi 提交于
      * predictor add GetInputType interface
      
      * predictor change GetInputType to GetInputTypes
      
      * predictor add tester
      
      * predictor add tester
      
      * predictor change GetInputType to GetInputTypes
      
      * predictor change GetInputType to GetInputTypes
      
      * predictor add tester
      a8ae87f1
  13. 26 6月, 2022 1 次提交
  14. 08 6月, 2022 1 次提交
  15. 05 6月, 2022 1 次提交
  16. 02 6月, 2022 1 次提交
  17. 21 4月, 2022 1 次提交
  18. 12 4月, 2022 1 次提交
  19. 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
  20. 13 1月, 2022 1 次提交
  21. 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
  22. 14 7月, 2021 1 次提交
  23. 05 3月, 2021 1 次提交
  24. 03 2月, 2021 1 次提交
  25. 13 1月, 2021 1 次提交
  26. 04 1月, 2021 1 次提交
  27. 21 12月, 2020 1 次提交
  28. 07 12月, 2020 1 次提交
  29. 11 11月, 2020 1 次提交
  30. 28 8月, 2020 1 次提交
  31. 14 7月, 2020 1 次提交
  32. 02 7月, 2020 1 次提交
  33. 10 6月, 2020 1 次提交
  34. 05 6月, 2020 1 次提交
  35. 01 6月, 2020 1 次提交
    • S
      support C++ inference shared library on windows (#24672) · 126d3d69
      silingtong123 提交于
      * add SetCommandLineOption
      
      * add the print_FLAGS function
      
      * remove the test demo
      
      * modify the location of macro
      
      * add the 'WITH_STATIC_LIB' option on windows
      
      * modify the macro of PD_INFER_DECL
      
      * modify the the fuction name
      
      * modify the unittest
      
      * modify the code style
      126d3d69
  36. 05 4月, 2020 1 次提交
  37. 03 4月, 2020 1 次提交
  38. 04 2月, 2020 1 次提交
  39. 17 9月, 2019 1 次提交
  40. 26 3月, 2019 1 次提交