- 05 6月, 2021 1 次提交
 - 
- 
由 Wilber 提交于
 
 - 
 - 04 6月, 2021 1 次提交
 - 
- 
由 wenbin 提交于
* fix inference prepare data bug * rename functions * typo * typo * typo * UT correct * correct condition * correct condition * ci coverage * morelines * fix ci coverage
 
 - 
 - 01 6月, 2021 1 次提交
 - 
- 
由 Wangzheee 提交于
* add trt convert op: reshape * reshape * fix * input: Shape,ShapeTensor * Add some comments
 
 - 
 - 19 5月, 2021 1 次提交
 - 
- 
由 石晓伟 提交于
 
 - 
 - 29 4月, 2021 1 次提交
 - 
- 
由 Wilber 提交于
 
 - 
 - 26 4月, 2021 1 次提交
 - 
- 
由 石晓伟 提交于
 
 - 
 - 25 4月, 2021 2 次提交
 - 
- 
由 Wilber 提交于
 - 
由 denglin-github 提交于
* Add dlnne engine runtime * Fix log * Remove <const_cast> and remove unrelated modify with dlnne, +clang-format * Fix CMakeList format error * Add copyright message * Fix dlnne CMakeList.txt * Add some paddlepaddle_pass to support more networks * Fix some format bug
 
 - 
 - 01 4月, 2021 1 次提交
 - 
- 
由 zlsh80826 提交于
* add anchor generator op plugin * add anchor generator unit_test * remove dbg info * remove redundant line * replace assertion with paddle enforce * dynamic plugin replaces assertion with paddle enforce * anchor generator support dynamic shape on spatial axis * anchor generator test with fp16, dynamic shape * add anchor generator test all * add back main * reduce test input size to not exceed the timelimit of ci * change super to InferencePassTest for python2 compatibility * reuse paddle operator anchor generator * move creator construct to header with default * add cuda ifdef * reduce line * change super to InferencePassTest for python2 compatibility * fix anchor generator fp16 serialize setting * split unittest from test_all * restrict anchor generator input format before version 7234 * anchor generator only support greater than trt7.1 * change min_graph_size to 2 * min_graph size to 3 if dynamic shape * reduce dynamic shape size to avoid trt search tactic too long to exceed time limit * remove anchor from fetch list * anchor generator support all trt version * fix memory not allocated but if serialized
 
 - 
 - 30 3月, 2021 1 次提交
 - 
- 
由 zlsh80826 提交于
* yolobox converter and plugin * yolobox unittest * add dynamic shape restriction * fix git merge log
 
 - 
 - 29 3月, 2021 2 次提交
 - 
- 
由 zlsh80826 提交于
* add roi_align_plugin * add roi align unit_test * add roi align serialization * remove roi align static plugin because of batch dim issue * refine roi align unittest and add fp16/serialization * add trt roi align condition to op_teller * refine error message * remove unnecessary reshape layer
 - 
由 zlsh80826 提交于
* trt affine channel converter * add trt affine channel base test * add trt affine channel NHWC * remove asterisk for python2 compatibility * trt affine channel converter * add trt affine channel base test * add trt affine channel NHWC * remove asterisk for python2 compatibility * fix rebase * move LodTensor to Tensor * add dbg info * affine channel converter only support NCHW * scale,bias are parameters, use create_parameters api * reduce test input size to not exceed the timelimit of ci * refine affine channel unittest and add serialization/dynamic test * change super to InferencePassTest for python2 compatibility * change super to InferencePassTest for python2 compatibility * fix affine channel fp16 serialize setting
 
 - 
 - 26 3月, 2021 1 次提交
 - 
- 
由 zlsh80826 提交于
* add multiclass_nms * add multiclass_nms unittest * add default enable_tensorrt_oss option * refine multiclas nms unittest and add serialization/dynamic test * change super to InferencePassTest for python2 compatibility * refine multiclass nms unittest * move out dynamic shape test due to ci timelimit
 
 - 
 - 22 3月, 2021 1 次提交
 - 
- 
由 zlsh80826 提交于
* nearest_interp op converter w/ dynamic/static * fix data_layout include * add trt nearest unit_test * add nearest_interp NHWC test * update trt nearest interp nhwc testcase * remove asterisk for python2 compatibility * add empty line to prevent conflict * nearest_interp op converter w/ dynamic/static * fix data_layout include * add trt nearest unit_test * add nearest_interp NHWC test * update trt nearest interp nhwc testcase * remove asterisk for python2 compatibility * add empty line to prevent conflict * change the priority of out_h, out_w
 
 - 
 - 18 3月, 2021 1 次提交
 - 
- 
由 zlsh80826 提交于
* trt gather converter * add trt gather unit_test
 
 - 
 - 12 3月, 2021 1 次提交
 - 
- 
由 Pei Yang 提交于
* fix engine key in trt int8 calibration * fix unit test
 
 - 
 - 05 3月, 2021 1 次提交
 - 
- 
由 石晓伟 提交于
 
 - 
 - 01 3月, 2021 1 次提交
 - 
- 
由 石晓伟 提交于
 
 - 
 - 28 2月, 2021 1 次提交
 - 
- 
由 石晓伟 提交于
 
 - 
 - 24 2月, 2021 1 次提交
 - 
- 
由 Pei Yang 提交于
* add group norm plugin * fix compile problems * move concat axis check to trt op teller * add nbDims for scale and bias nv dims * add group norm unit test * fix unittest * add trt version restriction for group norm op teller * fix unittest
 
 - 
 - 20 2月, 2021 1 次提交
 - 
- 
由 Qi Li 提交于
 
 - 
 - 19 2月, 2021 1 次提交
 - 
- 
由 Wilber 提交于
 
 - 
 - 18 2月, 2021 1 次提交
 - 
- 
由 Pei Yang 提交于
 
 - 
 - 07 2月, 2021 1 次提交
 - 
- 
由 石晓伟 提交于
* bug fix of xpu lite engine, test=develop * xpu zero copy tensor, test=develop * revert paddle/fluid/inference/tests/api/CMakeLists.txt
 
 - 
 - 03 2月, 2021 1 次提交
 - 
- 
由 石晓伟 提交于
* support xpu inference with analysis predictor, test=develop * merge the cmake of the xpu toolchain, test=develop * add c-apis, test=develop * fix a bug in extern_xpu, test=develop
 
 - 
 - 25 1月, 2021 1 次提交
 - 
- 
由 Shang Zhizhou 提交于
* add dla * add dla done * add python api Co-authored-by: Nshangzhizhou <root@szth-rp-fanyi-opera49.szth.baidu.com> 
 - 
 - 06 1月, 2021 1 次提交
 - 
- 
由 Shang Zhizhou 提交于
* snap * add inference api: DisableTensorRtOPs * fix code style * update api to experimental * update variable name
 
 - 
 - 07 12月, 2020 1 次提交
 - 
- 
由 Pei Yang 提交于
 
 - 
 - 20 11月, 2020 1 次提交
 - 
- 
由 gongweibao 提交于
 
 - 
 - 16 11月, 2020 1 次提交
 - 
- 
由 Wilber 提交于
 
 - 
 - 11 11月, 2020 1 次提交
 - 
- 
由 Wilber 提交于
 
 - 
 - 03 11月, 2020 1 次提交
 - 
- 
由 Shang Zhizhou 提交于
* fp16 result ok * change -DWITH_NVINFER_PLUGIN toconfig.EnableTensorRtOSS * auto detect special slice op converter for ernie with trt oss * ernie oss only support fp16 * fix special_slice_plugin serialize bug * matmul in tensorrt ok * ernie unittest ok * add matmul tensorrt unittest * remove demo code
 
 - 
 - 13 10月, 2020 1 次提交
 - 
- 
由 joanna.wozna.intel 提交于
 
 - 
 - 10 10月, 2020 1 次提交
 - 
- 
由 石晓伟 提交于
 
 - 
 - 24 9月, 2020 1 次提交
 - 
- 
由 Wilber 提交于
 
 - 
 - 23 9月, 2020 1 次提交
 - 
- 
由 Wilber 提交于
 
 - 
 - 16 9月, 2020 1 次提交
 - 
- 
由 Wilber 提交于
 
 - 
 - 11 9月, 2020 1 次提交
 - 
- 
由 Wilber 提交于
 
 - 
 - 01 9月, 2020 1 次提交
 - 
- 
由 zlsh80826 提交于
* add stack_op to CMakeLists * add dim=3 support for scale op * add trt stack op, test=develop * remove debug message * add stack plugin serialize * remove slice, scale op, will add later * enhence error message * revise trt ernie test to conver the stack op CI testi, test=develop * add stack op serialization * fix test shape after adding stack op * remove slice op, will add after implementing serialization * roll back to min_graph=5 to avoid using slice op * fix scale op output layer * implement stack op createPlugin * use workspace and move the defination to .cu * move stack plugin creator definition to .cu, test=develop
 
 - 
 - 28 8月, 2020 1 次提交
 - 
- 
由 Wilber 提交于
* refine paddle inference api Co-authored-by: Nnhzlx <nhzlx.dragon@gmail.com> 
 -