1. 12 12月, 2018 1 次提交
  2. 29 11月, 2018 1 次提交
  3. 23 11月, 2018 1 次提交
  4. 19 11月, 2018 1 次提交
  5. 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
  6. 13 11月, 2018 1 次提交
  7. 08 11月, 2018 1 次提交
  8. 05 11月, 2018 1 次提交
  9. 30 10月, 2018 1 次提交
  10. 26 10月, 2018 1 次提交
  11. 25 10月, 2018 1 次提交
  12. 23 10月, 2018 3 次提交
  13. 21 10月, 2018 1 次提交
  14. 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
  15. 18 10月, 2018 1 次提交
  16. 02 10月, 2018 1 次提交
  17. 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
  18. 27 9月, 2018 3 次提交
  19. 21 9月, 2018 2 次提交
  20. 14 9月, 2018 1 次提交
  21. 04 9月, 2018 1 次提交
  22. 31 8月, 2018 1 次提交
  23. 30 8月, 2018 1 次提交
  24. 29 8月, 2018 1 次提交
  25. 13 8月, 2018 1 次提交
  26. 23 7月, 2018 1 次提交
  27. 11 7月, 2018 3 次提交
  28. 02 7月, 2018 1 次提交
  29. 27 6月, 2018 1 次提交
  30. 15 6月, 2018 2 次提交