1. 16 9月, 2019 1 次提交
    • L
      Gru op (#2002) · eb42f9ee
      lhl960107 提交于
      * add x86 gru&&relu&&sequence_expand_as op test=develop
      eb42f9ee
  2. 12 9月, 2019 2 次提交
  3. 10 9月, 2019 1 次提交
  4. 09 9月, 2019 1 次提交
  5. 07 9月, 2019 1 次提交
  6. 06 9月, 2019 1 次提交
    • Z
      add cudnn conv fp32, int8 support (#1974) · f3124b30
      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
      f3124b30
  7. 03 9月, 2019 1 次提交
    • J
      rewrite multiclass_nms according to fluid, test=develop (#1945) · deaddf9d
      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
      deaddf9d
  8. 02 9月, 2019 1 次提交
    • J
      Add ops and fix bugs for Faster RCNN (#1942) · 635b4958
      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
      635b4958
  9. 29 8月, 2019 2 次提交
  10. 28 8月, 2019 1 次提交
  11. 26 8月, 2019 1 次提交
    • W
      Add matmul op (#1837) · b35e89d6
      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
      b35e89d6
  12. 23 8月, 2019 1 次提交
    • T
      feat: (#1836) · 9388dace
      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
      9388dace
  13. 22 8月, 2019 1 次提交
  14. 16 8月, 2019 1 次提交