1. 07 9月, 2019 1 次提交
  2. 06 9月, 2019 2 次提交
    • Z
      add interpolate fuse pass (#1980) · c49958a2
      zhupengyang 提交于
      test=develop
      c49958a2
    • 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
  3. 03 9月, 2019 4 次提交
  4. 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
  5. 01 9月, 2019 1 次提交
    • Y
      [ARM][CPU] Fix time counter of arm cpu profiler (#1925) · e3fb95ae
      Yuan Shuai 提交于
      * Fix timer of arm cpu profiler. test=develop
      
      * Fix un-added op in cmake.test=develop
      
      * fix cmake error
      
      * fix cmake error, test=develop
      
      * Fix pass sequence. test=develop
      
      * replace option with lite_option. test=develop
      
      * disable profile mode by default. test=develop
      
      * Fix error option name. test=develop
      e3fb95ae
  6. 30 8月, 2019 1 次提交
    • Z
      add precision and persistable attrs for the tensor. (#1899) · e2e07fa4
      Zhen Wang 提交于
      * Add precision and persistable attrs for the tensor. And fix cxx light and full api demo.
      
      * update precision2string methods. test=develop
      
      * move the save logic to the front of the run in mobilenetv1_full_api.cc, test=develop.
      
      * add comments for UpdateVarsOfProgram. test=develop
      e2e07fa4
  7. 29 8月, 2019 6 次提交
    • T
      add conv2d transpose fuse (#1909) · 57ee8714
      tensor-tang 提交于
      57ee8714
    • W
      Add yolo_box_cuda multiclass_nms_host kernel. (#1908) · de43e479
      Wilber 提交于
      * add yolo_box_compute cuda
      
      * move multiclass_nms(arm) to host
      
      * add lod in scale op
      
      * add yolo_box_cuda cmake config
      
      * modify shuffle_channel_fuse and transpose_softmax_transpose_fuse to support run ssd model. test=develop
      
      * reshape and transpose op don't have xshape output.
      
      * modify yolo_box_compute_cuda, use tensor to manage cuda memory test=develop
      
      * add yolo_box use kernel test=develop
      de43e479
    • Z
      Add load from memory interface (#1903) · ecce1eff
      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
      ecce1eff
    • T
      [NPU] enable npu program rollback (#1906) · 178a93b9
      tensor-tang 提交于
      test=develop
      178a93b9
    • J
      ad ops for faster rcnn, including affine_channel, anchor_generator,... · 53b05ce8
      juncaipeng 提交于
      ad ops for faster rcnn, including affine_channel, anchor_generator, generate_proposals and roi_align (#1895)
      
      * 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
      53b05ce8
    • T
      [NPU] refine npu subgraph and clean code (#1902) · 0c25428c
      tensor-tang 提交于
      * add npu script and tester
      
      * fix npu armv7 so and refine tests
      
      test=develop
      
      * update fix and refine log
      
      test=develop
      
      * refine npu generate api
      
      * refine npu subgraph
      
      * refine npu gen and clean code
      
      * fix model laod
      
      * refine node2rm in subgraph
      
      * refine the build npu functions
      
      test=develop
      0c25428c
  8. 28 8月, 2019 2 次提交
  9. 27 8月, 2019 2 次提交
  10. 25 8月, 2019 1 次提交
  11. 24 8月, 2019 2 次提交
  12. 23 8月, 2019 3 次提交
  13. 22 8月, 2019 2 次提交
  14. 16 8月, 2019 1 次提交