Commit Graph

621 Commits (1bcf7e23bdf23ad8a96cf75a42a37f1e45fea89b)

Author SHA1 Message Date
Yu Yang 15e8c80ee0 Rename API of DeviceContext (#7055)
7 years ago
tensor-tang 9c27c13e46 follow comments using macro to separate the original implements
8 years ago
tensor-tang 84cb542c13 use intel openmp to speedup seq2batch when WITH_MKL
8 years ago
dangqingqing 0fce0fe698 Reduce memory usage in conv layer and RoI layer for mobile inference.
8 years ago
Tao Luo a34fc8b36b
Merge pull request #6213 from tensor-tang/mkldnn_lrn
8 years ago
whs e09e21beee
Merge pull request #6188 from wanghaoshuang/conv_fix
8 years ago
tensor-tang 54205c99b6 add MKLDNNLRNLayer
8 years ago
wanghaoshuang b25ee3ae60 Fix ConvTransProjection bug.
8 years ago
guosheng fe6af6b6ac Enhance the AvgPooling to support optional exclude-mode
8 years ago
guosheng 6ed135413a Fix useGpu in HierarchicalSigmoidLayer
8 years ago
peterzhang2029 bb61e90ffc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into hsigmoid_gpu
8 years ago
Wang Meng 95cdbfec19
Merge pull request #4859 from will-am/factorization_machine_layer
8 years ago
peterzhang2029 539462839b bug fix when using hsigmoid with gpu
8 years ago
peterzhang2029 cda3a7747a bug fix when using hsigmoid with gpu
8 years ago
dangqingqing a21fe4ac0d Fix bug in RoI pooling.
8 years ago
dangqingqing cc9a761a87 Fix bug in RoI pooling.
8 years ago
wangmeng28 89e63b138f Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
8 years ago
Cao Ying 657776012b
Merge pull request #5692 from peterzhang2029/add_bn_eq
8 years ago
tensor-tang 63ee7290f2 remove the tmp buffer
8 years ago
peterzhang2029 90e05a4b8c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_bn_eq
8 years ago
peterzhang2029 5502abb95b refine docstrings
8 years ago
Luo Tao 67fa0de2a7 fix some warning with MKLDNN related codes and etc
8 years ago
wangmeng28 74a699a72e change clone to resizeOrCreate in fm layer
8 years ago
wangmeng28 6fed6f2079 Add support of sparse_binary_vector as input for fm layer
8 years ago
tensor-tang c961fbf09a change the condition to reset the forward in MKLDNNLayer
8 years ago
tensor-tang a8eeef86ac make MKLDNNLayer input grad as a vector
8 years ago
tensor-tang bc0d255796 make MKLDNNLayer input value as a vector
8 years ago
tensor-tang 3117d97784 add inputChannel in resetInValue for concat layer
8 years ago
tensor-tang c397599dfd remove weight and bias in MKLDNN reset function, since not all layers have weight and bias.
8 years ago
tensor-tang a9490a1053 make output channels changeable in reshape function
8 years ago
wangmeng28 5392a503a7 Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
8 years ago
wangmeng28 d5a6c81dc5 Update docs for factorization machine layer
8 years ago
wangmeng28 5ee63bb67c Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
8 years ago
peterzhang2029 9580c45077 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_bn_eq
8 years ago
caoying03 29fc94b265 Merge branch 'develop' into l2_distance
8 years ago
ranqiu92 093c526d43
Merge pull request #5724 from ranqiu92/dot_product
8 years ago
caoying03 4772b78ced add config_helper.
8 years ago
Tao Luo 56f28a0f65
Merge pull request #5732 from tensor-tang/rename
8 years ago
Tao Luo 9b56074083
Merge pull request #5705 from tensor-tang/mkldnn_concat
8 years ago
ranqiu 2e1cd3313d Update dot_prod_layer
8 years ago
tensor-tang f5df46e1a4 rename all Mkldnn to MKLDNN
8 years ago
caoying03 dfc5d1f19a add the l2 distance layer.
8 years ago
ranqiu aa2507187e add dot_prod_layer
8 years ago
tensor-tang 363f690d79 expose only one WITH_MKL to user, covering WITH_MKLDNN and WITH_MKLML
8 years ago
wangmeng28 0b6afb589c Fix typo in factorization machine layer
8 years ago
peterzhang2029 8a49f7f16b add epsilon in bn
8 years ago
tensor-tang 88feb517d4 Merge remote-tracking branch 'upstream/develop' into mkldnn_concat
8 years ago
tensor-tang 19c989ac15 fix error and pass unit test
8 years ago
wangmeng28 d6e35ecdd5 Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
8 years ago
wangmeng28 7a1a586355 Update variable names and docs for factorization machine layer
8 years ago