1. 08 1月, 2019 1 次提交
  2. 23 11月, 2018 1 次提交
  3. 19 11月, 2018 1 次提交
  4. 16 11月, 2018 1 次提交
    • W
      Refine operator cmake (#14413) · a2d9b344
      Wu Yi 提交于
      * wip simplify operator framework
      
      * wip
      
      * wip
      
      * done test=develop
      
      * clean test=develop
      
      * fix test=develop
      
      * fix deps test=develop
      
      * fix cpu build test=develop
      
      * fix tensorrt build test=develop
      
      * fix tests test=develop
      
      * fix test=develop
      
      * fix cpu build test=develop
      a2d9b344
  5. 13 11月, 2018 1 次提交
  6. 08 11月, 2018 1 次提交
  7. 05 11月, 2018 1 次提交
  8. 30 10月, 2018 1 次提交
  9. 26 10月, 2018 1 次提交
  10. 25 10月, 2018 1 次提交
  11. 23 10月, 2018 3 次提交
  12. 21 10月, 2018 1 次提交
  13. 19 10月, 2018 2 次提交
    • D
      Fix unit test · 8e0b9496
      Dang Qingqing 提交于
      test=develop
      8e0b9496
    • Y
      Ocr end2end dev (#13889) · fcb2e810
      Yipeng 提交于
      * add detect and end2end code
      
      * update the scale for coodinates restore
      
      * fix merge bug with dev.
      
      * fix merge bug with dev.
      
      * test=develop
      
      * fix code style test=develop
      
      * fix code style test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      fcb2e810
  14. 18 10月, 2018 1 次提交
  15. 02 10月, 2018 1 次提交
  16. 28 9月, 2018 2 次提交
    • Y
      refactor(op): polish generate_proposals_op · 593ad763
      Yu Yang 提交于
      Polish styles in generate_proposals_op.
      
      1. inline lambda functions rathar than use std::function to save var.
      2. add `static inline` to template functions .cc
         * Make them static to prevent generating symbols.
         * Make them inline to give compiler a hit inline them as possible.
         * Not if the function is not static, they cannot be inlined since the
           symbols should be exported.
      3. add `static` to global functions in .cc
         * Make them static to prevent generating symbols.
      4. Use Vector<uint64> instead manually manange storage between devices.
      5. Prefer to use platform::ForRange, so we can optimize `ForRange` by
         just changing `for_range.h` if it is needed.
      6. Do not change shape of inputs
      
      test=develop
      593ad763
    • Y
      refactor(memory): rewrite memory allocation and make it extentable · 58ed412f
      Yu Yang 提交于
      Use OO style to rewrite memory allocation.
      58ed412f
  17. 27 9月, 2018 3 次提交
  18. 21 9月, 2018 2 次提交
  19. 14 9月, 2018 1 次提交
  20. 04 9月, 2018 1 次提交
  21. 31 8月, 2018 1 次提交
  22. 30 8月, 2018 1 次提交
  23. 29 8月, 2018 1 次提交
  24. 13 8月, 2018 1 次提交
  25. 23 7月, 2018 1 次提交
  26. 11 7月, 2018 3 次提交
  27. 02 7月, 2018 1 次提交
  28. 27 6月, 2018 1 次提交
  29. 15 6月, 2018 2 次提交
  30. 12 6月, 2018 1 次提交