- 28 1月, 2022 1 次提交
-
-
由 Wangzheee 提交于
-
- 11 1月, 2022 1 次提交
-
-
由 wangxinxin08 提交于
* add mish trt plugin, compile & install success, run error. test=develop * modify code of mish plugin * upgrade mish trt plugin * modify code according to review * add TRT_NOEXCEPT for mish trt plugin * add unittest for mish trt plugin * remove unnecessary check of mish in op_teller.cc * fix some problem of trt8 * add check and modify unittest while converting mish to trt plugin Co-authored-by: Ndengkaipeng <dengkaipeng@baidu.com>
-
- 29 12月, 2021 1 次提交
-
-
由 Guoxia Wang 提交于
* support data_format='NHWC' for prelu channel mode (#37019) * support data_format='NHWC' for prelu channel mode * fix prelu weight shape for NHWC of static mode (#38310)
-
- 13 12月, 2021 1 次提交
-
-
由 Wangzheee 提交于
* fix_ele_convert: IElementWiseLayer can broadcast * fix_ele_convert
-
- 10 12月, 2021 1 次提交
-
-
由 Shang Zhizhou 提交于
fix: when ceil_model==true && Padding_algo!=SAME, (x-size)/stride != int, this convert is wrong (#37929) (#38033) Co-authored-by: Nfeng_shuai <fengshuai03@baidu.com>
-
- 17 11月, 2021 1 次提交
-
-
由 Wangzheee 提交于
-
- 28 10月, 2021 1 次提交
-
-
由 feng_shuai 提交于
* change api for support trt8
-
- 26 10月, 2021 2 次提交
-
-
由 feng_shuai 提交于
-
由 feng_shuai 提交于
-
- 25 10月, 2021 2 次提交
-
-
由 JingZhuangzhuang 提交于
-
由 wenbin 提交于
-
- 24 9月, 2021 1 次提交
-
-
由 JingZhuangzhuang 提交于
-
- 17 9月, 2021 1 次提交
-
-
由 津 提交于
-
- 16 9月, 2021 1 次提交
-
-
由 Wangzheee 提交于
* fix gather * fix
-
- 15 9月, 2021 3 次提交
-
-
由 xiaoxiaohehe001 提交于
* add_split_op * add_split_teller * add_split_teller * add_split_teller * add_split_teller * add_split_teller * add_split_teller * add_split_teller * add_split_teller * add_split_teller * add_split_teller * add_split_teller * add_split_teller * add_split_teller * add_split_teller * add_split_teller
-
由 xiaoxiaohehe001 提交于
* add_transpose_teller * add_transpose_teller * add_transpose_teller * add_transpose_teller * add_transpose_teller * add_transpose_teller * add_transpose_teller * add_transpose_teller * add_transpose_teller * add_transpose_teller * add_transpose_teller * add_transpose_teller * add_transpose_teller * add_transpose_teller * add_transpose_teller
-
由 津 提交于
-
- 14 9月, 2021 1 次提交
-
-
由 津 提交于
-
- 10 9月, 2021 2 次提交
- 07 9月, 2021 1 次提交
-
-
由 ceci3 提交于
-
- 30 8月, 2021 1 次提交
-
-
由 ceci3 提交于
* update ernie int8
-
- 11 8月, 2021 1 次提交
-
-
由 Wangzheee 提交于
* fix_fc_reshape_convert * fix
-
- 29 7月, 2021 1 次提交
-
-
由 wenbin 提交于
* tile op * more uts * disable tile if trt6.0 * typo * fix timeout issue * opteller * opteller remove duplicate code * comments. test=document_fix * modify PADDLE_ENFORCE. * fix reduce_mean issue
-
- 21 7月, 2021 1 次提交
-
-
由 wenbin 提交于
* reduce_mean supported. test=allcase * ut. test=allcase * test=develop * ut.test=allcase * correct name. test=allcase * correct UT. test=allcase * correct UT.test=develop * remove op * UT * add convert * fix timeout issue * more uts * more ut * correct ut
-
- 12 7月, 2021 1 次提交
-
-
由 zlsh80826 提交于
* add trt LT version helper * upgrade PluginTensorRT to IPluginV2Ext * trt plugin factory is not usable in IPluginV2 * upgrade add plugin api to use IPluginV2 * remove IPlugin register and adapt getSerializeSize(), serialize() * adapt IPluginV2Layer * downgrade to IPluginV2 * implement elementwise clone * add gelu plugin creator and fix gelu serialization bug * add swish plugin creator and fix swish serialization bug * format * fix typo * add elementwise plugin creator and fix serialization * add base creator class * add gelu plugin creator * add hard swish creator and fix serialization * add instance norm creator and fix serialization * add layer norm creator and fix serialization * add pool creator and fix serialization * add prelu creator and fix serialization * add slice creator and fix serialization * add swish creator and fix serialization * add instance norm op unittest * remove redundent api * fix wrong graph size to enable trt * instance norm function move to cc * add trt elementwise ut to trigger coverage * remove opt cahce to hit serialization coverage * remove opt cahce to hit serialization coverage * remove unused code * remove unused inputs_ * add dbg info * remove dbg info * add instance norm serialization * roll back * remove comment code * remove trt plugin registery * fix prelu dynamic serialization * add prelu ut and reduce the input size to reduce memory usage * fix pool dynamic plugin serialization and add ut * refine pool ut with subtest * add env for avoiding oom * reduce test input size & increase pool op ut to 45s * add the contributor * remove copyright (will add in contributor) * remove copyright (will add in contributor)
-
- 28 6月, 2021 1 次提交
-
-
由 Pei Yang 提交于
* fix trt flatten converter when batch_size > 1 * change ut to same dynamic shape
-
- 24 6月, 2021 1 次提交
-
-
由 zlsh80826 提交于
* add trt LT version helper * remove deprecated nvinfer1::DimsCHW and replace it to nvinfer1::Dims3 * remove deprecated nvinfer1::DimsNCHW and replace it to nvinfer1::Dims4 * update deserialize engine * update to createNetworkV2 * update to createNetworkV2 * update buildWithConfig and remove redundent config settings * replace createNetwork to createNetworkV2 * fix int8 * addMatrixMultiply * remove unnecessary const cast * IBuilder->setInt8Calibrator() is deprecated * auto enable fp16 when using int8 * remove the redundant line
-
- 17 6月, 2021 2 次提交
- 12 6月, 2021 1 次提交
-
-
由 Pei Yang 提交于
* add support for trt dynamic shape flatten op * add version restriction * add ut input dynamic shape
-
- 08 6月, 2021 1 次提交
-
-
由 Shang Zhizhou 提交于
* add dynamic layer_norm plugin * fix bug * fix numpy.allclose * fix format * fix code style * remove shepe in dynamic shape * code format * remove layer norm fp16 * fix format
-
- 05 6月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 02 6月, 2021 1 次提交
-
-
由 Pei Yang 提交于
-
- 01 6月, 2021 1 次提交
-
-
由 Wangzheee 提交于
* add trt convert op: reshape * reshape * fix * input: Shape,ShapeTensor * Add some comments
-
- 25 5月, 2021 1 次提交
-
-
由 wenbin 提交于
* revert elementwise and disable trt conv if strides > 1 * strides check * remove useless var * comments
-
- 08 5月, 2021 1 次提交
-
-
由 Wangzheee 提交于
* [Paddle-TRT]fix fc_op * [Paddle-TRT]fix fc_op * [Paddle-TRT]fix fc_op * test_trt_subgraph_pass.py * fix elementwise_op * fix elementwise_op * fix elementwise_op * fix elementwise_op.cc * op_teller.cc
-
- 27 4月, 2021 2 次提交
- 26 4月, 2021 1 次提交
-
-
由 Shang Zhizhou 提交于
-