Commit Graph

71 Commits (1f8243b7f8dd2bd3a90d70a51d222ff83663aa47)

Author SHA1 Message Date
qingqing01 1f8243b7f8
Refine smooth L1 loss. (#10713)
7 years ago
Kexin Zhao 8cc91bc025
initial commit (#10387)
7 years ago
Tomasz Patejko 4a497b826d MKLDNN implementation of batch normalization (#9904)
7 years ago
dyning 4a5bfa89c3 Modify RoI pooling op to use LoDTensor and expose it into Python API (#10208)
7 years ago
Tao Luo 44fa823841
Merge pull request #9949 from mozga-intel/mozga-intel/Mul_mkldnn
7 years ago
whs d89a30680e Fix a wrong variable name. (#10090)
7 years ago
mozga-intel 171471eada
Merge branch 'develop' into mozga-intel/Mul_mkldnn
7 years ago
qingqing01 ee9832a7a9
Add Top-k Python API. (#9973)
7 years ago
Tao Luo 2617d8bcda
Merge pull request #9993 from jczaja/prv-softmax-mkldnn-fix
7 years ago
Jacek Czaja de8094f57e Cosmetic fixes
7 years ago
Jacek Czaja acdf7cbd19 - Added EPS for softmax MKLDNN op
7 years ago
mozga-intel 6e7b883bdd Initial implementation of multiplication operator for MKLDNN
7 years ago
guosheng d04073050e Add python wrapper for label smoothing
7 years ago
Qiao Longfei 4c55a6022a
Dist transpiler support prefetch (#9714)
7 years ago
whs ef169eb996
Merge pull request #9459 from wanghaoshuang/fix_avg
7 years ago
wanghaoshuang a7c6bf771c Change do_model_average_for_mean_and_var to boolean in batch_normal.
7 years ago
wanghaoshuang 2e40660e7a Fix some issues.
7 years ago
wanghaoshuang 19db989ec2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_avg
7 years ago
mozga-intel 32f8ac7d3b Remove additional message
7 years ago
mozga-intel 34a8084328 Added new fc files, register fc kernel
7 years ago
mozga-intel 2811ea4440 Implementation of MKLDNN FC
7 years ago
guosheng 0b8534f2a4 Refine python wrapper for pad_op
7 years ago
guosheng 629c9210d1 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-python-pad
7 years ago
guosheng 4c8eef5739 Add python wrapper for pad_op
7 years ago
Guo Sheng d908c3b2fa
Merge pull request #9008 from lcy-seso/enhance_reshape
7 years ago
wanghaoshuang 9708b21f19 Refine average model option
7 years ago
guosheng 5b8bb34470 Refine reshape_op by following comments.
7 years ago
Yang Yang 54a8c04fab add inplace attr to bn
7 years ago
guosheng 4bfbc59122 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into enhance-ReshapeOp
7 years ago
guosheng c078ed4608 Enhance reshape_op by adding Input(Shape)
7 years ago
dragonwarrior 54a85b7bfd Add lrn layer (#9157)
7 years ago
guosheng b7e83d2467 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into enhance-ReshapeOp
7 years ago
guosheng d4bb2ca71f Follow comments and refine the python wrapper of reshape_op
7 years ago
tensor-tang 7260e3a443
Merge pull request #9214 from jczaja/prv-softmax-mkldnn-operator-PR
7 years ago
guosheng 437f7a3279 Resolve conflict according to the latest code
7 years ago
Jacek Czaja 3b95b55f07 - Softmax MKLDNN primitive integration
7 years ago
wangyang59 e0bc942ca1
Merge pull request #9224 from wangyang59/dilateconv
7 years ago
yangyaming 2f2c5f5e60 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-9049
7 years ago
wangyang59 26734cfe77 expose dilation option to conv2d and add bias/activation option to con2d_trans
7 years ago
yangyaming cd11b1bd5c Set default value of y to None.
7 years ago
yangyaming 869a6f9cea Add python wrapper.
7 years ago
caoying03 a6e64242d8 follow comments.
7 years ago
caoying03 c87d11a716 Merge branch 'develop' into enhance_reshape
7 years ago
yangyaming 58730ba131 Enhance unit test.
7 years ago
dzhwinter 128adf53cb
[Speed]implement cudnn sequence softmax cudnn (#8978)
7 years ago
Cao Ying 881c5227ab
Merge pull request #8843 from zhouhanqing/Paddle-ReduceProd
7 years ago
Tao Luo ad6b59e004
Merge pull request #8927 from ranqiu92/api_std
7 years ago
ranqiu fc0f92c24f Update api doc std and fc doc
7 years ago
caoying03 cf08185145 fix bugs and complete codes.
7 years ago
pzelazko-intel 4730a4be24 MKLDNN pool2d OP kernel added (#8879)
7 years ago