qingqing01
|
64ca3d176c
|
Add bias_attr in sequence_conv_pool API. (#14553)
|
6 years ago |
chengduo
|
9775e50ca2
|
Fix add doc for bias_attr (#13937)
* fix conv doc
test=develop
* fix seq_conv doc
test=develop
* fix simple_img_conv_pool
test=develop
* update API.spec
* update parameter doc
test=develop
* follow comment
test=develop
* fix other layer
test=develop
* fix lstm bias_attr doc
test=develop
|
7 years ago |
Xin Pan
|
3d339797fb
|
clean use_mkldnn options
Add API.spec
test=develop
|
7 years ago |
qiaolongfei
|
cf0b6f155b
|
fix img_conv_group doc
|
7 years ago |
guochaorong
|
b1fc238694
|
Revert "Disable in_place in batch_norm API. (#12736)"
This reverts commit f5d5d7b2d9 .
|
7 years ago |
qingqing01
|
f5d5d7b2d9
|
Disable in_place in batch_norm API. (#12736)
* Disable in_place in batch_norm API.
|
7 years ago |
minqiyang
|
99d3f08920
|
Add print_function for all python files
|
7 years ago |
minqiyang
|
1f618c4ff9
|
Fix the overfix of 2to3 in xrange
|
7 years ago |
minqiyang
|
559d36328c
|
Apply 2to3 to current paddle main python code
|
7 years ago |
chengduoZH
|
5aa473f467
|
add Doc fluid.net
|
7 years ago |
Yang Yang
|
f34f2d4026
|
make bn inplace in img_conv_group by default
|
7 years ago |
pzelazko-intel
|
4730a4be24
|
MKLDNN pool2d OP kernel added (#8879)
* MKLDNN pool2d OP kernel added
* conv2d and pool2d MKLDNN kernels renamed
* MKLDNN conv2d kernel refactoring
|
7 years ago |
pzelazko-intel
|
8c71adaa8c
|
MKLDNN conv2d kernel added (#8451)
* MKLDNN conv2 OP kernel added
* TODOs added
* mkldnn conv2d OP refactor
* CanCUDNNBeUsed and CanMKLDNNBeUsed moved
|
7 years ago |
Luo Tao
|
b11956a0b5
|
move Fluid API code out of V2 API code
|
7 years ago |