1. 16 9月, 2019 3 次提交
  2. 13 9月, 2019 2 次提交
  3. 12 9月, 2019 9 次提交
  4. 11 9月, 2019 4 次提交
  5. 10 9月, 2019 5 次提交
  6. 09 9月, 2019 3 次提交
  7. 07 9月, 2019 1 次提交
  8. 06 9月, 2019 4 次提交
  9. 04 9月, 2019 1 次提交
  10. 03 9月, 2019 6 次提交
  11. 02 9月, 2019 2 次提交
    • Y
      [LITE][BENCHMARK] enhance android arm cpu benchmark (#1939) · 829b452f
      Yuan Shuai 提交于
      * enhance benchmark
      * update code format. test=develop
      829b452f
    • J
      Add ops and fix bugs for Faster RCNN (#1942) · cfd5abe5
      juncaipeng 提交于
      * add ops for faster rcnn
      
      * disable test for generate_proposals and roi_align, test=develop
      
      * remove .swp file
      
      * remove log in tensor slice
      
      * finish the unit test for roi_align, test=develop
      
      * add box_clip op and fix tensor slice bug
      
      * remove add four op twice
      
      * rewrite the implement for box_coder and sequence_expand, add faster_rcnn_test, test=develop
      
      * fix test bug of box_clip in x86 server, test=develop
      cfd5abe5