- 15 9月, 2021 3 次提交
-
-
由 xiaoxiaohehe001 提交于
* add_scale_teller * add_scale_teller * add_scale_teller * add_scale_teller * add_scale_teller * add_scale_teller * add_scale_teller * add_scale_teller * add_scale_teller * add_scale_teller * add_scale_teller * add_scale_teller * add_scale_teller * add_scale_teller
-
由 津 提交于
-
由 津 提交于
-
- 14 9月, 2021 13 次提交
-
-
由 JingZhuangzhuang 提交于
* add anchor_generator test * add anchor_generator test * add clip convert test * add swish convert test * modify Co-authored-by: Nxiaoxiaohehe001 <hiteezsf@163.com>
-
由 JingZhuangzhuang 提交于
* add anchor_generator test * add anchor_generator test * add clip convert test * delete wrong file Co-authored-by: Nxiaoxiaohehe001 <hiteezsf@163.com>
-
由 JingZhuangzhuang 提交于
* add dropout convert test * modify dropout convert test Co-authored-by: Nxiaoxiaohehe001 <hiteezsf@163.com>
-
由 JingZhuangzhuang 提交于
* add affine_channel test * modify affine_channel convert test Co-authored-by: Nxiaoxiaohehe001 <hiteezsf@163.com>
-
由 xiaoxiaohehe001 提交于
* add_roi_align * add_roi_align * add_roi_align_teller * add_roi_align * add-roi_align
-
由 xiaoxiaohehe001 提交于
* add_concat_teller * add_concat_teller * add_concat_teller * add_concat_teller * add_concat_teller
-
由 xiaoxiaohehe001 提交于
* add_bn_ * add_bn_teller * add_bn_teller * add_bn_teller * add_bn_teller
-
由 xiaoxiaohehe001 提交于
* add_reshape_teller * add_reshape_teller * add_reshape_teller * add_reshape_teller * add_reshape_teller * add_reshape_teller * add_reshape_teller * add_reshape_teller * add_reshape_teller * add_reshape_teller * add_reshape_teller * add_reshape_teller * add_reshape_teller * add_reshape_teller * add_reshape_teller
-
由 津 提交于
-
由 津 提交于
-
由 JingZhuangzhuang 提交于
-
由 Wilber 提交于
-
由 Wilber 提交于
-
- 13 9月, 2021 2 次提交
- 10 9月, 2021 2 次提交
- 08 9月, 2021 1 次提交
-
-
由 Shang Zhizhou 提交于
* update slice plugin * add test * fix code style * fix trt6 * update test * fix test * add timeout * update trt version * update cmake
-
- 07 9月, 2021 1 次提交
-
-
由 ceci3 提交于
-
- 30 8月, 2021 1 次提交
-
-
由 ceci3 提交于
* update ernie int8
-
- 23 8月, 2021 1 次提交
-
-
由 wenbin 提交于
-
- 11 8月, 2021 1 次提交
-
-
由 Wangzheee 提交于
* fix_fc_reshape_convert * fix
-
- 10 8月, 2021 1 次提交
-
-
由 chentianyu03 提交于
* add any.hpp to utils and replace boost::any with self defined paddle::any * add copy any.hpp to custom op depends * modify any.hpp include path * remove boost from setup.py.in * add copy any.hpp to custom op depends * move any.hpp to paddle/utils/ dirs * move any.h to extension/include direction * copy utils to right directions
-
- 09 8月, 2021 1 次提交
-
-
由 Wangzheee 提交于
-
- 05 8月, 2021 1 次提交
-
-
由 Wangzheee 提交于
-
- 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
-
- 28 7月, 2021 1 次提交
-
-
由 zlsh80826 提交于
* trt buildEngineWithConfig is deprecated * add trt version control
-
- 21 7月, 2021 2 次提交
-
-
由 zlsh80826 提交于
* upgrade test_tensorrt to trt8 * format
-
由 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
-
- 20 7月, 2021 1 次提交
-
-
由 zlsh80826 提交于
* add trt noexcept definition * add trt noexcept on trt plugin * add trt noexcept on trt int8 calibrator * remove noexcept on base serialize * add trt noexcept on split plugin * add trt noexcept on elementwise plugin * add trt noexcept on prelu plugin * add trt noexcept on pool plugin * add trt noexcept on swish plugin * add trt noexcept on gelu plugin * add trt noexcept on layer norm plugin * add trt noexcept on instance norm plugin * add trt noexcept on emb eltwise layernorm plugin * add trt noexcept on qkv2context plugin * add trt noexcept on skip layernorm plugin * add trt noexcept on slice plugin * add trt noexcept on hard swish plugin * add trt noexcept on stack plugin * add trt noexcept on special slice plugin * add trt noexcept on anchor generator plugin * add trt noexcept on yolobox plugin * add trt noexcept on roi align plugin * add trt noexcept on gather nd plugin
-
- 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)
-
- 09 7月, 2021 1 次提交
-
-
由 zlsh80826 提交于
-
- 08 7月, 2021 1 次提交
-
-
由 wenbin 提交于
* correct conditions of gather in opteller * test=develop * test=allcase
-
- 07 7月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 05 7月, 2021 1 次提交
-
-
由 wenbin 提交于
* correct op * test=allcase
-
- 28 6月, 2021 2 次提交