1. 17 9月, 2019 2 次提交
  2. 16 9月, 2019 1 次提交
    • L
      Gru op (#2002) · 1cb36af6
      lhl960107 提交于
      * add x86 gru&&relu&&sequence_expand_as op test=develop
      1cb36af6
  3. 12 9月, 2019 2 次提交
  4. 10 9月, 2019 1 次提交
  5. 09 9月, 2019 1 次提交
  6. 07 9月, 2019 1 次提交
  7. 06 9月, 2019 1 次提交
    • Z
      add cudnn conv fp32, int8 support (#1974) · 23d83c04
      Zhaolong Xing 提交于
      * paddle lite cuda init
      can run model with leaky_relu
      
      * add the missing file.
      test=develop
      
      * add the load from memory interface.
      test=develop
      
      * refine this pr. fix comments
      fix ci error
      test=develop
      
      * conv impl
      fp32:
      conv, conv+bais, conv+bias+relu, conv+bias+leaky_relu
      
      int8:
      conv, conv+bais+relu(int8 or fp32 output), conv+bias+leaky_relu(int8 or fp32 output)
      
      can run conv+ bias+relu using cxx_api
      test=develop
      
      * move the lite/cuda/math to backends/cuda/math
      test=develop
      23d83c04
  8. 03 9月, 2019 1 次提交
    • J
      rewrite multiclass_nms according to fluid, test=develop (#1945) · 664e19cc
      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
      
      * rewrite multiclass_nms according to fluid, test=develop
      
      * fix param load bug in box_coder and multiclass_nms op, test=develop
      
      * fix value transfor error in multiclass_nms, test=develop
      664e19cc
  9. 02 9月, 2019 1 次提交
    • 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
  10. 29 8月, 2019 2 次提交
  11. 28 8月, 2019 1 次提交
  12. 26 8月, 2019 1 次提交
    • W
      Add matmul op (#1837) · a1f4059f
      Wilber 提交于
      * test=develop add matmul_op
      
      * use lite::arm::math::sgemm func to implement matmul
      
      * test=develop  pre-commit command to run clang-format
      
      * Revert "test=develop  pre-commit command to run clang-format"
      
      This reverts commit 3f56474f.
      
      * test=develop pre-commit command to run clang-format
      a1f4059f
  13. 23 8月, 2019 1 次提交
    • T
      feat: (#1836) · 0da398e6
      TianXiaogang 提交于
      add model_run_test_image
          add range_max_quant op
          add flatten op
          add flatten2 op
      fix:
          fix density_prior_box density_size type from float to int
          fix prior_box and density_prior_box some check for get_attr
      test=develop
      0da398e6
  14. 22 8月, 2019 1 次提交
  15. 16 8月, 2019 1 次提交