1. 22 6月, 2022 1 次提交
    • S
      test=document_fix;cherry pick code format check upgrade to release/2.3 (#43732) · 8e6a1945
      Sing_chan 提交于
          Only cherry pick format tool(clang-format, yapf, cmake-format) upgrade to release/2.3, lint tool such as cpplint will not move, because we are not going to fix cpplint error in release/2.3
          pre_commit.sh also is moved to release/2.3 so that both PR-CI-pre-commit and PR-CI-pre-commit-23 can works.
          pre install clang-format to avoid repeat installation due to pre-commit's multi-thread running.
      8e6a1945
  2. 30 7月, 2021 1 次提交
  3. 07 2月, 2021 1 次提交
  4. 24 11月, 2020 1 次提交
    • L
      Upgrade string literals to raw string (#28989) · 3815d7aa
      Leo Chen 提交于
      * upgrade comment string to raw string
      
      * fix string in
      
      * fix string with ' '
      
      * revert update on comments
      
      * upgrade only necessary
      
      * fix sample code checker
      
      * fix comments with '''
      3815d7aa
  5. 13 10月, 2020 1 次提交
  6. 12 12月, 2019 1 次提交
  7. 04 3月, 2019 1 次提交
  8. 26 2月, 2019 1 次提交
  9. 27 7月, 2018 1 次提交
  10. 03 7月, 2018 2 次提交
  11. 01 7月, 2018 2 次提交
  12. 21 6月, 2018 1 次提交
  13. 15 6月, 2018 2 次提交
    • K
      Modify Pybind LoDTensor API according to length-based LoD (#11106) · 417fcf4f
      Kexin Zhao 提交于
      * add lod_tensor util and modify pybind
      
      * refind pybind LoDTensor API and modify LoDTensor and DataFeeder test
      
      * fix test error
      
      * fix detection map op test
      
      * fix reorder_lod_tensor test
      
      * fix seq_concat_op
      
      * fix chunk evel op test
      
      * fix target assign op
      
      * fix warp ctc op
      
      * address comments step 1: reverse reset_lod op
      
      * step 2: modify op test
      
      * add warning message
      
      * remove has_valid_lod
      
      * add back has_valid_lod
      
      * address comments
      
      * add exception catching trial
      417fcf4f
    • Y
      fix style checker · 514cadcc
      yi.wu 提交于
      514cadcc
  14. 12 6月, 2018 1 次提交
  15. 05 6月, 2018 3 次提交
  16. 04 6月, 2018 2 次提交
  17. 01 6月, 2018 1 次提交
  18. 31 5月, 2018 3 次提交
  19. 30 5月, 2018 1 次提交
  20. 29 5月, 2018 2 次提交
  21. 28 5月, 2018 3 次提交
  22. 04 4月, 2018 2 次提交
  23. 31 3月, 2018 1 次提交
    • Y
      Add cpplint pre-commit hook (#9511) · 767f453a
      Yi Wang 提交于
      * Add cpplint_pre_commit.hook
      
      * Update hook
      
      * Disable dropout_op_test.cc
      
      * Remove cpplint.py but requires users to install their version
      
      * fix cpplint error
      767f453a