- 04 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 02 6月, 2022 1 次提交
-
-
由 Wangzheee 提交于
* new general transformer inference support
-
- 31 5月, 2022 1 次提交
-
-
由 Wilber 提交于
-
- 25 5月, 2022 1 次提交
-
-
由 Leo Chen 提交于
* fix maybe-uninitialized warning * fix compile * fix xpu compile * fix npu compile * fix infer compile * fix compile * fix compile
-
- 20 5月, 2022 1 次提交
-
-
由 zhupengyang 提交于
-
- 19 5月, 2022 1 次提交
-
-
由 shentanyue 提交于
* support yolov5s static/int8 * fix eltwise_sub and div weight compute * fix delete_fill_constant_pass
-
- 18 5月, 2022 1 次提交
-
-
由 csy0225 提交于
-
- 17 5月, 2022 1 次提交
-
-
由 zhupengyang 提交于
-
- 12 5月, 2022 2 次提交
-
-
由 Shuangchi He 提交于
-
由 zhupengyang 提交于
-
- 11 5月, 2022 2 次提交
-
-
由 feng_shuai 提交于
-
由 wenbin 提交于
* swish refactor * bug fix * trt7 non-linear bug fix
-
- 25 4月, 2022 1 次提交
-
-
由 zhouweiwei2014 提交于
* merge all phi lib to several big static lib * merge all phi lib to several big static lib
-
- 24 4月, 2022 1 次提交
-
-
由 baoachun 提交于
* fix FlattenContiguousRangeOpConverter out dim error * update code
-
- 18 4月, 2022 1 次提交
-
-
由 JingZhuangzhuang 提交于
-
- 13 4月, 2022 1 次提交
-
-
由 feng_shuai 提交于
* init roll convert * add ut for roll convert * roll convert don't support trt6.0 * fix: change ut for trt 7.0.0.1
-
- 12 4月, 2022 2 次提交
-
-
由 feng_shuai 提交于
* strided_slice * fix: compiler error because of size() * fix: warning * fix : warning * init input_shape * fix:forget punctuation
-
由 feng_shuai 提交于
* add trt supoort for slice op * fix:output dims bug * fix: test * fix:for c++ coverage * fix:c++ coverage * fix: fix test bug * fix: CI test
-
- 06 4月, 2022 1 次提交
-
-
由 feng_shuai 提交于
-
- 05 4月, 2022 1 次提交
-
-
由 wangxinxin08 提交于
* add fake index and unittest for multiclass_nms3 trt * modify unittest
-
- 02 4月, 2022 2 次提交
-
-
由 Wangzheee 提交于
* paddle inference support new quant_model
-
由 wangxinxin08 提交于
* filter unsupported inputs for elementwise op in op teller * add unittest for corner case
-
- 01 4月, 2022 2 次提交
-
-
由 xiaoxiaohehe001 提交于
fix_reshape: for paddle-trt
-
由 wanghuancoder 提交于
* support pinned, test=develop * support async_write, test=develop * refine, test=develop * refine, test=develop * refine, test=develop * refine,test=develop * refine, test=develop * refine, test=develop * refine, test=develop * refine, test=develop
-
- 31 3月, 2022 2 次提交
-
-
由 wangxinxin08 提交于
* add multiclass_nms3 converter
-
由 wenbin 提交于
-
- 30 3月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
-
- 29 3月, 2022 1 次提交
-
-
由 wangxinxin08 提交于
* add elementwise sub and elementwise div in tensorrt op teller * add unittest of elementwise mul, sub and div
-
- 24 3月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* add mul phi kernel * remove mul op kernel * remove original mul grad op * fix cinn test * fix dygraph test failed
-
- 21 3月, 2022 1 次提交
-
-
由 From00 提交于
* Move conv-transpose OPs to phi * Fix CI errors * Fix CI errors
-
- 17 3月, 2022 2 次提交
-
-
由 hong 提交于
* update * fix bugs; test=develop * update; test=develop * fix test compile error; test=develop * fix cpu compile error; test=develop * fix test error; test=develo * fix layer_norm_op plugin error; test=develop * fix error; test=develop * fix test bug; test=develop * update; test=develop * polish code; test=develop * fix bugs; test=develop * remove unused depency; test=develop * polish code; test=develop
-
由 YuanRisheng 提交于
-
- 15 3月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
* move activation op * adjust code format * fix compile bugs * fix ci bugs * code format adjust * code format adjust2 * activate ci status * modify according to comment * move activation kernel * revert relu6 * reduce add code * perfect use_phi_functor * completing func name * fix bugs when run ci * fix bugs when run infr * modifpy infrt get kernel signature
-
- 14 3月, 2022 1 次提交
-
-
由 From00 提交于
* Move Pool OPs to phi * Fix CI error * Fix conflicts
-
- 10 3月, 2022 1 次提交
-
-
由 hong 提交于
* move dropout to phi; test=develop * fix xpu, npu compile error; test=develop
-
- 08 3月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
[Phi]Move Relu/Cos/Sin/Tan/Acos/Asin/Atan/Sinh/Cosh/Asinh/Acosh/Atanh kernels in Activation to Phi (#40175) * move activation op * adjust code format * fix compile bugs * fix ci bugs * code format adjust * code format adjust2 * activate ci status * modify according to comment
-
- 04 3月, 2022 3 次提交
-
-
由 hong 提交于
* add yolo box kernel; test=develop * fix comile error; test=develop
-
由 ceci3 提交于
[paddle-inference]support setting fully connected in multi-head attention static shape branch to int8 (#39660) * fix inference int * update * add unittest
-
由 hong 提交于
* move conv to pten * move conv to pten; test=develop * fix bug; * add conv cudnn impl; test=develop * update * update operator; test=develop * fix bug; test=develop * move operator and prepared_operator to develop; test=develop * resolve conflict; test=develop * remove useless code;test=develop * add depency ; test=develop * fix bug; * add sig.cc ; test=develop * fix use_op error; test=develop * fix bug; test=develop * fix bug; test=develop * add conv3d register; test=develop * fix star gan and conv_nn_grad test failed; test=develop * add header; test=develop * manul to recover to develop; * resolve confilct; test=develop * remove useless code * fix bug; * remove conv2d_cudnn; test=develop * fix bugs; test=develop * fix cpu rocm compile bugs; test=develop * fix blas error; test=develop * fix compile bug; test=develop * fix windows compile error; test=develop * fix windows error; test=develop * resolve confilct; test=develop
-
- 03 3月, 2022 1 次提交
-
-
由 wenbin 提交于
* emb fix * fix trt6 compile * fix half * absolute error fix
-