luotao1
|
6b9ccd97a2
|
Merge branch 'develop' into nlp_multi_thread
|
7 years ago |
luotao1
|
20b40cb06a
|
add multi-thread for nlp unit-tests
|
7 years ago |
luotao1
|
29f5a93b5f
|
add analyzer_rnn2_test
|
7 years ago |
gongweibao
|
3a3f28f99b
|
add (#13377)
|
7 years ago |
Bai Yifan
|
e69d9c845b
|
code fix (#13365)
|
7 years ago |
luotao1
|
b12322ce95
|
fix fusion_lstm unique_name bug
|
7 years ago |
tensor-tang
|
62a9821043
|
Merge pull request #13346 from tensor-tang/refine/infershape
Refine/infershape
|
7 years ago |
Qiyang Min
|
6abe03be0c
|
Merge pull request #13317 from velconia/fix_python35_CI_random_fail
Fix manylinux ci random fail problem
|
7 years ago |
Sylwester Fraczek
|
41de582bb0
|
create conv relu pass for MKLDNN (#13258)
|
7 years ago |
Tao Luo
|
f351ceb65a
|
Merge pull request #13345 from Superjomn/bugfix/lac_test
fix ner_test when bs>1
|
7 years ago |
Jiabin Yang
|
d46b575e0e
|
Merge pull request #13349 from JiabinYang/mac/unittest
fix program desc unit test error
|
7 years ago |
tensor-tang
|
b0b5f515a9
|
Merge remote-tracking branch 'ups/develop' into refine/infershape
|
7 years ago |
tensor-tang
|
d61c11764a
|
follow comment add enforce
|
7 years ago |
tensor-tang
|
08cfe27c63
|
Merge pull request #13352 from tensor-tang/fix/ut/lac
refine lac ut and fix fetch
|
7 years ago |
gongweibao
|
8cee9f6176
|
Fix rpcclient's wait action in aync env. (#13307)
|
7 years ago |
Yan Xu
|
7f692b8e58
|
Merge pull request #13347 from Yancey1989/fix_reduce_bast
fix bcast in reduce strategy
|
7 years ago |
tensor-tang
|
43d30547c5
|
Merge remote-tracking branch 'ups/develop' into refine/infershape
|
7 years ago |
tensor-tang
|
8bb824bb93
|
refine infershape hasinput and hasoutput
|
7 years ago |
tensor-tang
|
8cbb3c0720
|
refine lac ut and fix fetch
|
7 years ago |
Jacek Czaja
|
dfbd1cc3c1
|
Merge pull request #13209 from Sand3r-/mgallus/conv-relu-fuse
[MKLDNN] Fuse Conv+BatchNorm + ReLU
|
7 years ago |
Krzysztof Binias
|
2ed7982d09
|
Merge pull request #13327 from kbinias/kbinias/conv-weights-converted-once
[MKLDNN] Reusing once reordered convolution weights in test mode
|
7 years ago |
JiabinYang
|
7dd54afd0c
|
fix program desc unit test error
|
7 years ago |
tensor-tang
|
c4394bc543
|
Merge remote-tracking branch 'ups/develop' into refine/infershape
|
7 years ago |
Yancey1989
|
23b12c6f58
|
fix invalide bcast in reduce strategy
|
7 years ago |
tensor-tang
|
8a1abe54d7
|
clean fusion infershape code
|
7 years ago |
superjomn
|
8e0fe035d4
|
fix ner_test when bs>1
|
7 years ago |
tensor-tang
|
916f42bcbf
|
refine fusion gru infershape
|
7 years ago |
tensor-tang
|
a5556d4417
|
refine attentionlstm infershape
|
7 years ago |
Krzysztof Binias
|
accdecc681
|
Correcting Lint errors
|
7 years ago |
Michal Gallus
|
5d34ef61cb
|
Fuse MKLDNN's Conv + ReLU
|
7 years ago |
tensor-tang
|
e0436ad8bb
|
refine fusion lstm infershape
|
7 years ago |
Krzysztof Binias
|
1ce9e9dc30
|
Renaming decision variable
|
7 years ago |
Bai Yifan
|
faf8ad2436
|
Add ignore_index in cross_entropy op (#13217)
* add ignore index
* update api.spec
* enhance softmax_with_cross_entropy
|
7 years ago |
Tao Luo
|
94b66bdb5d
|
Merge pull request #13326 from luotao1/analysis_test_refine
refine Analysis test
|
7 years ago |
guochaorong
|
76e9227467
|
Merge pull request #13199 from JiayiFeng/fix_CudnnHolder_bug
Fix cudnn holder bug
|
7 years ago |
Xin Pan
|
17bf8713a5
|
Merge pull request #12988 from panyx0718/ir2
program and tensor versioning support
|
7 years ago |
luotao1
|
9664c53c7c
|
fix cmake error to pass the ci
|
7 years ago |
Krzysztof Binias
|
1658958fe6
|
Reusing converted weights
|
7 years ago |
luotao1
|
81c21705b4
|
simplify inference/tests/api/CMakeLists.txt
|
7 years ago |
luotao1
|
d0fbe78040
|
move analyzer_xxx_tester to inference/tests/api
|
7 years ago |
Yan Xu
|
d117bbc313
|
Merge pull request #13291 from Yancey1989/reset_vars_on_pserver
reset received vars on pserver
|
7 years ago |
luotao1
|
83af1b3b3e
|
move analyzer_rnn1_test out of analyzer_test
|
7 years ago |
Yan Chunwei
|
2fd1bf2ea6
|
fea/add color log (#13305)
|
7 years ago |
qingqing01
|
a39eba77eb
|
Implement norm_op by CUDA instead of Eigen. (#13273)
* Implement norm_op by CUDA instead of Eigen.
* Remove the commented code.
|
7 years ago |
Yancey1989
|
5558784c01
|
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into reset_vars_on_pserver
|
7 years ago |
Yancey1989
|
32b94a7d13
|
cache var types
|
7 years ago |
minqiyang
|
dc863aac7e
|
Add kids exists detection in Scope
|
7 years ago |
Yan Chunwei
|
5023530a8a
|
Refactor/remove sensitive (#13314)
|
7 years ago |
Yan Chunwei
|
478a4e850e
|
refactor ir pattern (#13304)
|
7 years ago |
minqiyang
|
681514e15f
|
Make all scope pointer to shared
|
7 years ago |