- 11 10月, 2022 1 次提交
-
-
由 Wangzheee 提交于
-
- 10 8月, 2022 2 次提交
-
-
由 Wangzheee 提交于
-
由 zhoutianzi666 提交于
* fix_conv2d_2_3 * commit * fix_conv2d_2_3 * fix_conv2d_2_3 * fix_conv2d_2_3
-
- 08 8月, 2022 1 次提交
-
-
由 JingZhuangzhuang 提交于
* add trt int8 dynamic support * just support trt7+ * just for trt7.1.3.a * Update tensorrt_subgraph_pass.cc * delete trt_engine when it not use
-
- 05 8月, 2022 1 次提交
-
-
由 zhoutianzi666 提交于
-
- 04 8月, 2022 2 次提交
-
-
由 zhoutianzi666 提交于
* slice_to_2.3
-
由 ccrrong 提交于
* add cast trt convert * skip cast trt convert when input dtype is bool * code format * fix bug * update unittest * fix bug
-
- 28 6月, 2022 1 次提交
-
-
由 zhoutianzi666 提交于
* elementwise support * commit
-
- 22 6月, 2022 1 次提交
-
-
由 ccrrong 提交于
* add bilinear_interp_v2 converter * update op_teller.cc * add unittest for bilinear_interp_v2 converter * code format * bug fix * code format and add unittest * remove merged modify in op_teller.cc * code format * code format * fix scale init error
-
- 21 6月, 2022 1 次提交
-
-
由 zhoutianzi666 提交于
-
- 25 4月, 2022 1 次提交
-
-
由 baoachun 提交于
* fix FlattenContiguousRangeOpConverter out dim error * update code
-
- 20 4月, 2022 2 次提交
-
-
由 feng_shuai 提交于
-
由 feng_shuai 提交于
-
- 19 4月, 2022 3 次提交
-
-
由 feng_shuai 提交于
-
由 feng_shuai 提交于
-
由 JingZhuangzhuang 提交于
-
- 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
-
- 02 3月, 2022 1 次提交
-
-
由 Wangzheee 提交于
-
- 25 2月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* support cudnn kernel moving * polish cmake rules * add unittest for coverage * remove orig kernel * remove softmax cudnn kernel * fix softmax test failed * fix npu func error * resolve conflict * rename gpu dnn kernels * fix name rule error * fix compile error * update fp16 namespace
-
- 24 2月, 2022 1 次提交
-
-
由 Wangzheee 提交于
* fix plugin: special slice for ernie
-