1. 12 9月, 2019 1 次提交
  2. 11 9月, 2019 2 次提交
  3. 10 9月, 2019 3 次提交
  4. 09 9月, 2019 3 次提交
  5. 07 9月, 2019 1 次提交
  6. 06 9月, 2019 2 次提交
    • H
      modify reshape2 OP test=dvelop (#1963) · febfd7d6
      huzhiqiang 提交于
      modify reshape2 OP to add shape_tensor input
      febfd7d6
    • 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 2 次提交
    • 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
    • H
      31ee212a
  8. 02 9月, 2019 2 次提交
    • 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
    • J
      fix elementwise_op bug when the shape of input y is 1, test=develop (#1924) · 6d9b1558
      juncaipeng 提交于
      * fix elementwise_op bug when the shape of input y is 1, test=develop
      
      * fix elementwise ops bug when the shape of input y is 1, test=develop
      6d9b1558
  9. 30 8月, 2019 2 次提交
  10. 29 8月, 2019 3 次提交
  11. 28 8月, 2019 2 次提交
  12. 27 8月, 2019 1 次提交
  13. 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
  14. 25 8月, 2019 1 次提交
  15. 24 8月, 2019 1 次提交
  16. 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
  17. 22 8月, 2019 1 次提交
  18. 16 8月, 2019 1 次提交