Tao Luo
|
5a634786af
|
Merge pull request #12312 from luotao1/unify
unify libpaddle_inference_api and libpaddle_fluid
|
7 years ago |
Bai Yifan
|
e12b1d1792
|
Add flatten op (#12341)
* add flatten op
|
7 years ago |
Luo Tao
|
062556f938
|
Merge branch 'develop' into unify
|
7 years ago |
Wu Yi
|
4dbcb975f7
|
Enable dist se resnext (#12365)
* enable dist se resnext
* small batch size
|
7 years ago |
chengduo
|
2409d0f710
|
Refine regularization for selected_rows (#12369)
* refine regularization for selected_rows
* clean lookup_table
* refine rpc_server_test
* temporally disable rpc_server_test
* fix rpc_server_test
* add unit test
|
7 years ago |
Zhaolong Xing
|
85c4912755
|
Merge pull request #12355 from NHZlX/add_tensorrt_pooling_converter
Add tensorrt pooling converter
|
7 years ago |
tensor-tang
|
5bea9c148c
|
Merge pull request #12397 from tensor-tang/refine/num_threads
refine num_threads control
|
7 years ago |
Qiyang Min
|
cca3bd6e93
|
Merge pull request #12404 from velconia/edit_author
Add self to author
|
7 years ago |
minqiyang
|
57c8aa60c2
|
Add self to author
|
7 years ago |
tensor-tang
|
4f0383f52e
|
fix unknown flag
|
7 years ago |
tensor-tang
|
23e3f790c0
|
enable read from python
|
7 years ago |
fengjiayi
|
ec4c6e1f7c
|
Merge pull request #12384 from JiayiFeng/dev_update_save_inference_model
update inference_optimize() to support program with readers
|
7 years ago |
tensor-tang
|
9788e5ab87
|
add flags to control num_threads
|
7 years ago |
tensor-tang
|
10a1c2bb86
|
control omp num_threads
|
7 years ago |
Wu Yi
|
4f10039659
|
Merge pull request #12392 from typhoonzero/fix_cudnn_enforce
fix cudnn enforce
|
7 years ago |
typhoonzero
|
54e9fd3f61
|
fix cudnn enforce
|
7 years ago |
fengjiayi
|
604bd85a45
|
update inference_optimize()
|
7 years ago |
Tao Luo
|
3ade95d0db
|
Merge pull request #12379 from luotao1/demo_ci_fix
fix manylinux1 Failed to publish artifacts
|
7 years ago |
fengjiayi
|
0d43594d16
|
Merge pull request #12364 from JiayiFeng/dev_add_FLAG_free_idle_memory
add flag to prevent unnessary memory free
|
7 years ago |
Wu Yi
|
73fcfc06ec
|
refine conv cudnn enforce (#12353)
* refine conv cudnn enforce
* update
* update all cudnn ops
* fix
|
7 years ago |
Qiao Longfei
|
91b70da81a
|
Merge pull request #12354 from jacquesqiao/parallel-executor-support-prefetch
distribute lookup table work with parallel executor
|
7 years ago |
nhzlx
|
4f71a3b12b
|
fix a bug
|
7 years ago |
Luo Tao
|
83e59257d0
|
fix manylinux1 Failed to publish artifacts
|
7 years ago |
qiaolongfei
|
64e7902530
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into parallel-executor-support-prefetch
|
7 years ago |
Xin Pan
|
d7e08c53c2
|
Merge pull request #12169 from panyx0718/ir_graph_sort
construct a SSAGraph at the beginning.
|
7 years ago |
tensor-tang
|
179dd0cb8a
|
Merge pull request #12337 from tensor-tang/refine/im2col
refine cpu im2col no padding
|
7 years ago |
nhzlx
|
c8adfb3451
|
add paddle_enforce
|
7 years ago |
nhzlx
|
5533400720
|
fix comments
|
7 years ago |
fengjiayi
|
fd2d2c66e9
|
add flag to prevent unnessary memory free
|
7 years ago |
qiaolongfei
|
e7eeb19f90
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into parallel-executor-support-prefetch
|
7 years ago |
Qiao Longfei
|
2d21aa76c7
|
Merge pull request #12331 from jacquesqiao/fix-mixed-tensor
fix mixed tensor compile and add cpu unit test
|
7 years ago |
Luo Tao
|
5ba4337698
|
unify libpaddle_inference_api into libpaddle_fluid
|
7 years ago |
nhzlx
|
0dcbeda2e6
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_tensorrt_pooling_converter
|
7 years ago |
nhzlx
|
01566fb61b
|
1. support mutil batch utest 2. support pool op
|
7 years ago |
qiaolongfei
|
754e96a30c
|
distribute lookup table work with parallel executor
|
7 years ago |
chengduo
|
a4c5223713
|
Update test_pe_mnist threshold (#12348)
* update test_pe_mnist threshold
* clean code
|
7 years ago |
qiaolongfei
|
65e5aebd43
|
fix mixed_vector_test
|
7 years ago |
Qiao Longfei
|
b73806b208
|
Merge pull request #12347 from jacquesqiao/fix-distribute_transpiler_for_dist_lookup_table
fix _create_prefetch_block in distribute_transpiler
|
7 years ago |
fengjiayi
|
f04ae975da
|
Merge pull request #12161 from JiayiFeng/make_get_test_program_private
Remove buggy get_test_program and refine reader demo
|
7 years ago |
nhzlx
|
21890ca0cf
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_tensorrt_pooling_converter
|
7 years ago |
qiaolongfei
|
aa3618ed3e
|
fix _create_prefetch_block in distribute_transpiler
|
7 years ago |
qiaolongfei
|
da035fc674
|
remove explicit for compile problem
|
7 years ago |
tensor-tang
|
7b63b85086
|
fix mismatch of infer api (#12342)
|
7 years ago |
tensor-tang
|
b72befc5cc
|
reuse copy size
|
7 years ago |
Yancey
|
6133efd9ed
|
Merge pull request #12218 from Yancey1989/rpc_complete_interface
Add rpc complete interface
|
7 years ago |
qiaolongfei
|
c6fb163571
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-mixed-tensor
|
7 years ago |
qingqing01
|
24bea40116
|
Hiden some LoDTensor ralated ops' Python wrapper. (#12230)
* Hiden some LoDTensor ralatted ops' Python wrapper.
|
7 years ago |
Zhaolong Xing
|
6169d724b9
|
Merge pull request #12324 from NHZlX/enhance_for_tensorrt_infer
Enhance for tensorrt infer
|
7 years ago |
nhzlx
|
4d49e61ab8
|
fix comments
|
7 years ago |
qiaolongfei
|
18d539e82a
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-mixed-tensor
|
7 years ago |