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 |
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 |
qiaolongfei
|
754e96a30c
|
distribute lookup table work with parallel executor
|
7 years ago |
qiaolongfei
|
65e5aebd43
|
fix mixed_vector_test
|
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 |
Wu Yi
|
9f0d9dffe6
|
hide variable API (#12307)
* hide variable API
* edit API.spec
|
7 years ago |
tensor-tang
|
6788af4bf1
|
refine test cases
|
7 years ago |
tensor-tang
|
b163e601b6
|
add gtest
|
7 years ago |
Yu Yang
|
7c046ae772
|
Merge pull request #12323 from reyoung/feature/polish_reshape_and_lod_tensor_blocking_queue
Feature/polish reshape and lod tensor blocking queue
|
7 years ago |
nhzlx
|
bcd67bdd71
|
add assert for GetOutput
|
7 years ago |
qiaolongfei
|
5022b14de8
|
fix mixed tensor compile and add cpu unit test
|
7 years ago |
tensor-tang
|
aae994fd26
|
refine im2col no padding
|
7 years ago |
Yancey1989
|
fb06ed7bdc
|
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into rpc_complete_interface
|
7 years ago |
nhzlx
|
7382f98600
|
1. set ut batch > 1 2. readd the mul op(utest will be added later)
|
7 years ago |
nhzlx
|
bd64979fe9
|
the argument should not be a const one
|
7 years ago |
Yu Yang
|
21387e3c2a
|
Tiny refines for lod_tensor_blocking_queue and reshape_op
|
7 years ago |
nhzlx
|
f42ea48996
|
deal with conflict
|
7 years ago |
nhzlx
|
940f5dbcac
|
modify the tensorrt engine op to adapt to chage
|
7 years ago |
nhzlx
|
82527696e7
|
1. we delelte mul op, 2.modify fc and action op 3. modify the test inferface
|
7 years ago |
nhzlx
|
2372daff1d
|
there is no batchsize concept in tensorrt's tensor
|
7 years ago |
qiaolongfei
|
35d09abd01
|
add profiler for demo_trainer
|
7 years ago |
Yan Chunwei
|
02cf54d331
|
bugfix lod cpu performance (#12297)
|
7 years ago |
Qiao Longfei
|
b41f8b9d42
|
Merge pull request #12295 from jacquesqiao/speedup-reduce-sum-grad-op
Speedup reduce sum grad op
|
7 years ago |
Xin Pan
|
5173a53c8a
|
fix reorder issue.
|
7 years ago |
fengjiayi
|
eec412b230
|
Merge pull request #12273 from JiayiFeng/update_py_reader
Some enhancement on readers
|
7 years ago |
Yan Chunwei
|
9e0a94f069
|
inference-api code clean (#12274)
|
7 years ago |
Xin Pan
|
21a45420f0
|
polish and test
|
7 years ago |
Qiao Longfei
|
95a2b5f56a
|
fix mac build of sendrecvop_utils (#12272)
|
7 years ago |
qiaolongfei
|
273f737517
|
optimize code
|
7 years ago |
Xin Pan
|
2782e71a11
|
fix graph_test
|
7 years ago |
Xin Pan
|
93355cc0d2
|
fix control deps
|
7 years ago |
Xin Pan
|
f6d99d1f73
|
polish
|
7 years ago |
Xin Pan
|
c3f6e0e8a2
|
add namespace to Graph
|
7 years ago |
Xin Pan
|
0b3465d215
|
better
|
7 years ago |
Xin Pan
|
dcaf183daa
|
builder SSA graph at the beginning.
|
7 years ago |
Xin Pan
|
2b2406e58b
|
Merge pull request #12275 from panyx0718/remove_warning
disable warning
|
7 years ago |
fengjiayi
|
ea8a375fa4
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update_py_reader
|
7 years ago |
qiaolongfei
|
5d718a5886
|
optimize reduce_sum_grad op
|
7 years ago |
Yancey1989
|
d4f51218ef
|
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into rpc_complete_interface
|
7 years ago |