- 12 11月, 2021 1 次提交
-
-
由 JingZhuangzhuang 提交于
-
- 14 9月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 27 7月, 2021 1 次提交
-
-
由 Qi Li 提交于
* fix build error of gtest dependency, test=develop * update when WITH_TESTING is OFF, test=develop
-
- 06 7月, 2021 1 次提交
-
-
由 wenbin 提交于
* modify logic * test=allcase * test=document_fix
-
- 24 3月, 2021 1 次提交
-
-
由 winter-wang 提交于
-
- 04 2月, 2021 1 次提交
-
-
由 wanghuancoder 提交于
* use iwyu clean include second time, test=develop
-
- 23 12月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 24 9月, 2020 1 次提交
-
-
由 wanghuancoder 提交于
* use iwyu clean include, test=develop, test=win * compilation error, test=develop * fix compilation error2, test=develop * fix compilation error3, test=develop * fix compilation error4, test=develop * fix compilation error5, test=develop * fix compilation error6, test=develop * fix compilation error7, test=develop * fix compilation error8, test=develop * fix compilation error8, test=develop * fix compilation error10, test=develop * fix compilation error11, test=develop
-
- 16 9月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 03 9月, 2020 1 次提交
-
-
由 joanna.wozna.intel 提交于
-
- 25 9月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
FIx C++ inference BUG: When open memory optim and enable trt subgraph at the same time, there is a bug (#19969) * fix memory optimization type test=develop * 1. fix BUG: open trt and memory optim will trigger bug. 2. Clean memory optim bug. test=develop
-
- 17 9月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
test=develop
-
- 19 8月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
* fix mask rcnn bug: 1. affine channel fuse (diff) 2. condition block op (memory leak) 3. merge lod tensor op (diff) 4. memroy optim (diff) test=develop * fix ci aboud PADDLE_ENFOCE fix merge lod infer op ut test=develop
-
- 08 7月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
* Fix Mask rcnn predictor 1. refine memory optim algorithm to support the model with the block op. 2. output diff : modify the affine channel fuse 3. add condition_block_infer op add interface for setting trt calib table dir test=develop * add the missing files. test=develop
-
- 11 6月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
* fix: when use the load model from memory mode, the RAM occupy is high test=develop * ligth mem reuse test=develop * fix cpplint test=develop
-
- 06 6月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
test=develop
-
- 16 5月, 2019 1 次提交
-
-
由 Zhen Wang 提交于
* add set_not_owned function for graph * add scope set. test=develop * add scope_ptr enforce not null before setting.test=develop
-
- 09 5月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
1. infernce multi card occupy 2. facebox model inference occupy too much test=develop
-
- 28 3月, 2019 2 次提交
-
-
由 nhzlx 提交于
refine trt first run add quant dequant fuse pass omit simplify_anakin_priorbox_detection template omit transpose_flatten_concat_fuse template test=develop
-
由 chengduo 提交于
* modify the interface of Pass::Allay test=develop * Polish code test=develop * Fix Travis CI test=develop * fix Pass::Apply interface test=develop * Fix Travis CI test=develop
-
- 20 3月, 2019 2 次提交
- 08 3月, 2019 1 次提交
-
-
由 nhzlx 提交于
test=develop
-
- 15 2月, 2019 1 次提交
-
-
由 nhzlx 提交于
test=develop
-
- 02 2月, 2019 1 次提交
-
-
由 Gabor Buella 提交于
test=develop size_t is an unsigned integer, with a conversion rank larger than int, therefore in the following expression the int value was promoted to size_t, making it a subtraction of unsigned values. The result of such a subtraction is also an unsigned value.
-
- 26 1月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 24 1月, 2019 1 次提交
-
-
由 nhzlx 提交于
1. graph and program_desc alignment 2. trt stream test=develop
-
- 23 1月, 2019 1 次提交
-
-
由 tensor-tang 提交于
test=develop
-
- 21 1月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 08 1月, 2019 1 次提交
-
-
由 tensor-tang 提交于
test=develop
-
- 07 1月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 10 12月, 2018 1 次提交
-
-
由 superjomn 提交于
test=develop
-
- 06 12月, 2018 2 次提交
- 29 11月, 2018 1 次提交
-
-
由 nhzlx 提交于
-
- 28 11月, 2018 1 次提交
-
-
由 nhzlx 提交于
-
- 20 11月, 2018 1 次提交
-
-
由 Yiqun Liu 提交于
* Initialize the elementwise plugin. * Implement the basic CUDA kernel of elementwise plugin. test=develop
-
- 19 11月, 2018 2 次提交
- 16 11月, 2018 1 次提交
-
-
由 superjomn 提交于
the parameters will load from CPUPlace, that will keep copying data between CPU and GPU places. test=develop
-