tangwei12
fff6f595ff
add unit test
7 years ago
tensor-tang
c70a3fec3e
fix redefinition of argument machine
7 years ago
tensor-tang
7a4924cd44
further optimize sigmoid with avx and avx512
7 years ago
tangwei12
8f9bbc2834
add unit test
7 years ago
minqiyang
fca139b5e3
Fix flowers dataset download problem
7 years ago
qiaolongfei
fcf20eed0f
fix sparse update bug
7 years ago
tangwei12
ca22586818
code optimize
...
(cherry picked from commit 587cca7)
7 years ago
Xin Pan
557be6fc58
Merge pull request #12902 from PaddlePaddle/revert-12736
...
Revert "Disable in_place in batch_norm API. (#12736 )"
7 years ago
Xin Pan
fd1875be74
Merge pull request #12903 from PaddlePaddle/revert-12759
...
Revert "Add Python Callstacks when Op::Run error (#12759 )"
7 years ago
minqiyang
a7849db561
Port new added code
7 years ago
tensor-tang
6bd89ba5b6
fix typo
7 years ago
minqiyang
6c775a0a06
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into disable_prelu_test_local
7 years ago
tensor-tang
1ea779ca50
Merge remote-tracking branch 'ups/develop' into refine/jit
7 years ago
tensor-tang
e3bb98eb38
optimize relu with avx and avx512
7 years ago
sneaxiy
7df74a5ee4
Merge develop
7 years ago
minqiyang
0eccd59425
Keep APISpec the same with Python2
7 years ago
guochaorong
1f270275a6
Revert "Add Python Callstacks when Op::Run error ( #12759 )"
...
This reverts commit b2df17003f
.
7 years ago
gongweibao
d82453fbdd
fix typo ( #12896 )
7 years ago
guochaorong
b1fc238694
Revert "Disable in_place in batch_norm API. ( #12736 )"
...
This reverts commit f5d5d7b2d9
.
7 years ago
tensor-tang
25976fe736
optimize the sigmoid and tanh
7 years ago
minqiyang
3fd169daed
Resume all tests
7 years ago
tensor-tang
2eb46c2b06
add cpu vec test
7 years ago
sneaxiy
1083e99520
Merge develop
7 years ago
gongweibao
7570e5ef04
Print readable program codes. ( #12673 )
7 years ago
tensor-tang
0d46f518ae
refine avx condition and warning
7 years ago
minqiyang
23bfdf9987
Port APISpec check
7 years ago
tensor-tang
f0f06992c1
Merge pull request #12878 from tensor-tang/feature/op/attention_lstm
...
Add attention lstm cpu forward
7 years ago
luotao1
83f4edabe9
remove broadcast in sequence_expand
7 years ago
sneaxiy
5ea7bf88ba
Merge pull request #12872 from sneaxiy/stack_op
...
Add stack_op for DAM model
7 years ago
gongweibao
405d6d09e1
Fix doc typo. ( #12863 )
7 years ago
minqiyang
2aac36b3f9
For test
7 years ago
Tao Luo
ef2da86b4f
Merge pull request #12885 from luotao1/test_ditu_rnn
...
enhance test_analyzer to profile ditu inference demo
7 years ago
tangwei12
6c636102ca
Merge pull request #12892 from seiriosPlus/samplingIdOp
...
bug fix
7 years ago
minqiyang
13686c4474
Change to debug case
7 years ago
minqiyang
41c10799b8
Port tools
7 years ago
sneaxiy
e895c98f0a
add support to max_len is None
7 years ago
minqiyang
0dc5d9c215
Port print_siignatures
7 years ago
minqiyang
709c37023a
Polish code
7 years ago
tangwei12
acdd95d5ca
bug fix
7 years ago
luotao1
9c7fde45a7
enhance test_analyzer to profile ditu inference demo
7 years ago
chengduo
8ad9055804
Add is_test for while_op ( #12874 )
...
* add is_test for while_op
* Change API
7 years ago
minqiyang
80e3ce411d
For test
7 years ago
Wu Yi
c6f212a339
Merge pull request #12847 from typhoonzero/add_scope_info_in_graphviz
...
Add scope info in graphviz debug
7 years ago
Wu Yi
b8da70c370
Resovle multi gpu async deps ( #12828 )
...
* dist transpiler add control dependency var between send and recv
* fix async deps
* follow comments and refine
* fix deps connect for rpc ops
7 years ago
sneaxiy
64464cb1fa
Merge develop
7 years ago
qingqing01
79918a8442
add sequence_mask_op for DAM model
7 years ago
Xin Pan
4a4567fc3d
Merge pull request #12876 from panyx0718/ir5
...
refine Node
7 years ago
Yu Yang
b2df17003f
Add Python Callstacks when Op::Run error ( #12759 )
...
* Add Python Callstacks when Op::Run error
* Skip op with sub-block
* refactor: refine callstack info's format
* Reshape only support matrix
* Polish Python code
* Fix UT
* Fix Py3
7 years ago
Yu Yang
17fcc4f5d0
Merge pull request #12864 from reyoung/feature/process_lod_grad
...
Feature/process lod grad
7 years ago
Xin Pan
698c926ce5
copy program and fix op_desc
7 years ago