- 08 4月, 2020 3 次提交
-
-
由 joanna.wozna.intel 提交于
* Integrate matmul with cpu_quantize_pass test=develop * Add matmul checking scales test=develop * Change condition of matmul quantization test=develop * Remove redundant var test=develop
-
由 Pei Yang 提交于
* add hard_sigmoid trt op converter * add hard_swish op converter and plugin. test=develop
- 05 4月, 2020 1 次提交
-
-
由 石晓伟 提交于
* refine the doc of paddle_api.h, test=develop * fix documents, test=develop
-
- 04 4月, 2020 1 次提交
-
-
由 Zhaolong Xing 提交于
-
- 03 4月, 2020 1 次提交
-
-
由 Zhaolong Xing 提交于
* refine paddle api doc test=develop * fix comments test=develop
-
- 02 4月, 2020 1 次提交
-
-
由 Pei Yang 提交于
-
- 01 4月, 2020 1 次提交
-
-
由 Jacek Czaja 提交于
-
- 27 3月, 2020 1 次提交
-
-
由 Wilber 提交于
* add inference api doc. test=develop
-
- 26 3月, 2020 1 次提交
-
-
由 Zhaolong Xing 提交于
* add dynamic plugin support. test=develop * change emb eltwise layernorm to math function test=develop * add emb eltwise layernorm test=develop * can run dynamic shape ernie test=develop * fix ci test=develop * add ut for trt ernie dynamic test=develop * refine dynamic shape c++ interface. test=develop * fix comments test=develop * fix comments test=develop
-
- 23 3月, 2020 1 次提交
-
-
由 Pei Yang 提交于
* add some API comments in paddle_analysis_config.h, test=develop * add some API comments in paddle_analysis_config.h, test=develop
-
- 19 3月, 2020 1 次提交
-
-
由 Sylwester Fraczek 提交于
-
- 12 3月, 2020 1 次提交
-
-
由 Zhang Ting 提交于
-
- 11 3月, 2020 1 次提交
-
-
由 Zhaolong Xing 提交于
* 1. add embedding eltwise layernorm fuse 2. add embedding eltwise layernorm op 3. refine inplace_add_relu 4. refine fc_eltwise_layernorm test=develop * 1. refine fc test=develop * fix comments test=develop * fix comments test=develop
-
- 09 3月, 2020 1 次提交
-
-
由 Zhaolong Xing 提交于
* change the ci trt from version 5. to 6.0 * paddle-trt dynamic shape support init * conv+bias or conv+bn dynamic shape support test=develop * modity trt engine opconvert test=develop * fix ci error test=develop
-
- 04 3月, 2020 1 次提交
-
-
由 石晓伟 提交于
* encapsulate the PaddleTensorToLoDTensor, test=develop * serialize the pd_tensor, test=develop * serialize tensors to file, test=develop
-
- 28 2月, 2020 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 24 2月, 2020 1 次提交
-
-
由 GaoWei8 提交于
* Add an interface of disabling FC padding * fix bert regression * polish fc padding interface * recover pass function * fix argument error * fix mkldnn error
-
- 15 2月, 2020 1 次提交
-
-
由 flame 提交于
-
- 14 2月, 2020 1 次提交
-
-
由 flame 提交于
* support golang inference
-
- 13 2月, 2020 1 次提交
-
-
由 Zhaolong Xing 提交于
* 1. optim multihead matmul: fuse three fc to multihtead matmul test=develop * fix conflict test=develop * fix comments test=develop
-
- 05 2月, 2020 1 次提交
-
-
由 Zhaolong Xing 提交于
* add mutex for trt engine test=develop * add the test for copy_to_cpu test=develop
-
- 04 2月, 2020 1 次提交
-
-
由 石晓伟 提交于
-
- 14 1月, 2020 3 次提交
-
-
由 liu zhengxi 提交于
-
由 silingtong123 提交于
* remove the useless third_party library from C++ inference library * revert removing the install directory
-
由 zhouwei25 提交于
faster build by reduce by-product, reduce linking library and fix compile warning of std=c++11 (#22164)
-
- 09 1月, 2020 1 次提交
-
-
由 石晓伟 提交于
-
- 07 1月, 2020 1 次提交
-
-
由 Pei Yang 提交于
* add TRT support for instance_norm op
-
- 06 1月, 2020 1 次提交
-
-
由 Pei Yang 提交于
* add gelu plugin * align trt bert with gpu * add support for fused fc with relu, * add unittest for bert trt
-
- 30 12月, 2019 1 次提交
-
-
由 zhouwei25 提交于
-
- 27 12月, 2019 1 次提交
-
-
由 石晓伟 提交于
* fix multi-thread error of fc_gru_fuse_pass.cc, test=develop * export FLAGS and GLOG symbols, test=develop
-
- 20 12月, 2019 1 次提交
-
-
由 Michał Gallus 提交于
* Disable memory opt pass when DNNL is on * Refine comment above mem optimization pass enablement test=develop
-
- 16 12月, 2019 1 次提交
-
-
由 石晓伟 提交于
-
- 12 12月, 2019 1 次提交
-
-
由 joanna.wozna.intel 提交于
* Add reshape int8 op test=develop * Change test to CPUPlace test=develop * Correct tests test=develop
-
- 11 12月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
test=develop
-
- 10 12月, 2019 1 次提交
-
-
由 rensilin 提交于
* ZeroCopyTensor::mutable_data in the right device, test=develop * add unittest for zerocopy, test=develop
-
- 05 12月, 2019 1 次提交
-
-
由 Pei Yang 提交于
-
- 04 12月, 2019 1 次提交
-
-
由 Pei Yang 提交于
* make DisableGlogInfo able to mute all logs in inference.
-
- 03 12月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
test=develop
-
- 02 12月, 2019 1 次提交
-
-
由 Lv Mengsi 提交于
* fix transpose conv,test=develop * fix comments test=develop
-