1. 26 10月, 2021 1 次提交
    • S
      [Cherry-pick] Add FasterTokenizer Operator (#36716) · edff5b79
      Steffy-zxf 提交于
      * Add FasterTokenizer Operator (#34491)
      
      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.
      
      * optimize fast tokenizer
      
      * remove const_cast
      Co-authored-by: Nzhoushunjie <zhoushunjie@baidu.com>
      Co-authored-by: Nwawltor <fangzeyang0904@hotmail.com>
      edff5b79
  2. 18 6月, 2021 1 次提交
  3. 01 3月, 2021 1 次提交
  4. 20 2月, 2021 1 次提交
  5. 24 12月, 2020 1 次提交
  6. 13 10月, 2020 1 次提交
  7. 23 9月, 2020 1 次提交
  8. 09 6月, 2020 1 次提交
  9. 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
  10. 01 5月, 2020 1 次提交
  11. 09 4月, 2020 1 次提交
    • M
      Remove: NGraph engine from PDPD repository (#23545) · 3baaee9a
      mozga-intel 提交于
      * Remove the NGraph engine from PDPD repository
      1. Each operator was removed from the operator's directory
      2. Each test was removed from the unittest directory
      3. The parallel executor support was removed from the PDPD
      4. The CMake file was removed from the PDPD
      5. The NG flags were removed from the repository
      test=develop
      
      * Remove ngraph from:
      1. Cmake file
      2. Python file
      test=develop
      3baaee9a
  12. 14 1月, 2020 1 次提交
  13. 30 12月, 2019 1 次提交
  14. 26 11月, 2019 1 次提交
  15. 30 8月, 2019 1 次提交
  16. 19 8月, 2019 1 次提交
  17. 12 8月, 2019 1 次提交
  18. 09 8月, 2019 1 次提交
  19. 05 8月, 2019 1 次提交
  20. 21 6月, 2019 1 次提交
  21. 20 5月, 2019 1 次提交
  22. 10 1月, 2019 2 次提交
  23. 18 12月, 2018 1 次提交
  24. 14 12月, 2018 1 次提交
  25. 29 11月, 2018 2 次提交
  26. 26 11月, 2018 1 次提交
  27. 08 11月, 2018 1 次提交
  28. 02 11月, 2018 1 次提交
  29. 28 10月, 2018 2 次提交
  30. 26 10月, 2018 1 次提交
  31. 24 10月, 2018 2 次提交
  32. 23 10月, 2018 1 次提交
  33. 16 10月, 2018 1 次提交
  34. 10 10月, 2018 1 次提交
  35. 09 10月, 2018 1 次提交
  36. 25 9月, 2018 1 次提交