Commit Graph

3555 Commits (0c98b167d0d07c8b4fb45f4be839961981ccb9e1)

Author SHA1 Message Date
zchen0211 3c3a6d90ae prelu finalize
8 years ago
zchen0211 1b79746889 prelu
8 years ago
zchen0211 b6347fb6c0 prelu fix
8 years ago
zchen0211 4a2378845e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
Xinghai Sun 585d12a307 Add is_training attr and testing phrase compuation to dropout operator.
8 years ago
tensor-tang 37268dbd33 update using exclusive padding for avg-pool
8 years ago
tensor-tang cc28fb4bb3 Merge remote-tracking branch 'upstream/develop' into mkldnn_pool
8 years ago
Tao Luo b5a448f350 Merge pull request #4154 from luotao1/avg_pool
8 years ago
Luo Tao 780e26826d remove unused CHECK in matrix.cpp
8 years ago
Luo Tao cc7a7557a2 set CudnnPooling don't include padded values in default
8 years ago
Luo Tao 73da97207e fix AvgPoolBackward and using CaffeMode in test_AvgPoolFwdBwd
8 years ago
hedaoyuan d59295f2c9 Merge pull request #4150 from hedaoyuan/mobile
8 years ago
Yancey 56b1b70142 Split operator with CPU kernel (#4046)
8 years ago
Yiqun Liu ec9a55aea4 Merge pull request #3927 from Xreki/core_add_fc_op
8 years ago
Luo Tao 8067a42bef refine avg-pooling, which is exclusive. refine related code.
8 years ago
武毅 8580dce308 Refine accuracy_op CUDA kernel (#4097)
8 years ago
Yu Yang b012013a58 Revert "Do not invoke GPU method when use_gpu=false"
8 years ago
zchen0211 c165d23322 prelu fix
8 years ago
Xinghai Sun 32645b5231 Move dropout gpu kernel to dropout_op.cu.
8 years ago
tensor-tang 9d108a21a7 add unit test for mkldnn_pool and pass them
8 years ago
Xinghai Sun 0532662902 Merge branch 'develop' into dropout
8 years ago
Xinghai Sun e87068290e Update cross entropy operator by following reviewer's comments.
8 years ago
Xinghai Sun d7717f2e6b Merge branch 'develop' into soft_label_cross_entropy
8 years ago
zchen0211 86afb85907 prelu with gpu
8 years ago
Yu Yang 490482aeb1 Do not invoke GPU method when use_gpu=false
8 years ago
zchen0211 1b2374ad3b new prelu with functor
8 years ago
Yu Yang 17e1aa8d43 Do not invoke GPU method when use_gpu=false
8 years ago
zchen0211 c7dfec11ef fix
8 years ago
zchen0211 384368f42c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
hedaoyuan 7fe03f7b3a Bug fix for add<float32x4_t>.
8 years ago
tensor-tang 2a98cba2d2 enable mkldnn_pool forward and backward
8 years ago
hedaoyuan 7bcb1fc3bd Merge pull request #4129 from hedaoyuan/convolution
8 years ago
hedaoyuan b1bca06667 Refine the ExpandConvLayer.
8 years ago
dangqingqing 90886443b4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into seq_op_test
8 years ago
dangqingqing d6a0280eb9 Enhance unit testing framework for operator with LoDTensor.
8 years ago
hedaoyuan e4c340e4e7 Bug fix.
8 years ago
Liu Yiqun dae249b1cb Delete USE_OP statements and add more ENFORCE statements to check the inputs and outputs in FCOp.
8 years ago
hedaoyuan 88b31422b3 Delete ExpandConvBaseLayer.cpp and ExpandConvBaseLayer.h
8 years ago
hedaoyuan 3616ef7739 Remove ExpandConvBaseLayer.
8 years ago
Liu Yiqun 6ce4bf3645 Merge branch 'develop' into core_add_fc_op
8 years ago
Yiqun Liu bc55c20fd8 Merge pull request #4126 from Xreki/core_fix_segfault
8 years ago
hedaoyuan b3a50d53c9 Remove useless code.
8 years ago
Liu Yiqun eef1ccbf08 Add the check of inputs and outputs in all operators.
8 years ago
hedaoyuan 2a110af309 Use Matrix::addBias.
8 years ago
tensor-tang d3a86c673b init mkldnn_pool files
8 years ago
tensor-tang d7e32ab32e Merge remote-tracking branch 'upstream/develop' into merge
8 years ago
tensor-tang b0d9b68a5f unify functions of mkldnn_fc and refine comments
8 years ago
zchen0211 490ca5f1ae prelu_op
8 years ago
Luo Tao 773cfe6290 Delete unused `USE_OP` in combination op, and unused include in elementwise_mul_op.h
8 years ago
zchen0211 e615c84a4d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
hedaoyuan 9e7da6799b Add a neon::relu.
8 years ago
qingqing01 40fba4aab9 Merge pull request #4115 from Canpio/fix_brace_error
8 years ago
Yu Yang 9d3b920d75 Merge pull request #3981 from reyoung/feature/transform_api
8 years ago
zchen0211 260026fa67 prelu modify
8 years ago
zchen0211 58b5b08bba prelu op
8 years ago
fengjiayi 0620b00eb6 Fix Clang compile error
8 years ago
zchen0211 98c35729ce remove empty line
8 years ago
zchen0211 c557402855 cond_op modify
8 years ago
zchen0211 39d79e6419 modified codes
8 years ago
zchen0211 299dcb6715 merge with new change
8 years ago
yangyaming 09a13f6c49 Using LoDTensor and adapt to new unittest.
8 years ago
Liu Yiqun cb7d718611 Merge branch 'develop' into core_add_fc_op
8 years ago
Yiqun Liu 13d00053d1 Merge pull request #4107 from PaddlePaddle/enforce_failed
8 years ago
qingqing01 30ab4fae4c Merge pull request #4083 from qingqing01/lod_tensor2
8 years ago
Tao Luo 654344b94c Merge pull request #4032 from tensor-tang/mkldnn-conv
8 years ago
dangqingqing 2cfa7c4152 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lod_tensor2
8 years ago
dangqingqing 9c7e314559 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lod_tensor2
8 years ago
dangqingqing d757c1cd02 Fix accuracy_op.
8 years ago
liaogang 59d661b9a9 Fix enforce test failed
8 years ago
Luo Tao 9fa2372ce2 Merge branch 'develop' into use_op
8 years ago
Tao Luo 7a9c89f7d2 Merge pull request #4105 from Yancey1989/fix_op_dep
8 years ago
dangqingqing 48000a8f2d Update to develop branch and resovle conflicts.
8 years ago
dangqingqing 74f460fd0f Fix specialization of template member functions in the non-template class in GCC 5.0.
8 years ago
Luo Tao d0521e6f50 Merge branch 'develop' into use_op
8 years ago
Cao Ying 0e46f5ebd7 Merge pull request #4094 from lcy-seso/fix_cross_entropy_op_output_shape
8 years ago
Luo Tao f657e21f57 update new_op_cn.md, fix type error
8 years ago
Liu Yiqun 989e8358b3 Reuse the output of mul when there is only one input in FCOp.
8 years ago
Yancey1989 6c59f948d0 update
8 years ago
Yancey1989 7953ad623c delete unused dpends
8 years ago
Liu Yiqun fe2ab2ee7f Set the default value of xNumColDims and rename the output to "Out" in FCOp.
8 years ago
Xinghai Sun c5972faca9 Merge pull request #3918 from xinghai-sun/cos_sim_vector
8 years ago
Luo Tao 70cadf9350 Merge branch 'develop' into use_op
8 years ago
Luo Tao 0597f4de99 auto generate USE_OP() in pybind.cc
8 years ago
Liu Yiqun 0b21b854ec Make the weights of FCOp a fixed 2-D matrix and refine some comments in FCOp.
8 years ago
Liu Yiqun 76338fb6a7 Merge branch 'develop' into build_ios
8 years ago
caoying03 e0ca4d7a29 fix shape of output tensor of cross_entropy_op.
8 years ago
武毅 2d6233646a Accuracy op (#3907)
8 years ago
zchen0211 f6dee08d76 new changes
8 years ago
zchen0211 c7db6e8d14 cond op passed
8 years ago
dangqingqing f6b518c970 Fix elementwise_mul_op.cc
8 years ago
dongzhihong 1ead57ec6a "better format"
8 years ago
dangqingqing cb28428323 Replace LoDTensor in elementwise_mul_op, pad_op and recurrent_op_utils.
8 years ago
dangqingqing 30a58b5121 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lod_tensor2
8 years ago
dangqingqing f299206396 Using LoDTensor instead of Tensor in every operator.
8 years ago
tensor-tang f2317b67f7 separate resetFwd and resetBwd to some sub functions
8 years ago
Xinghai Sun 6d60352e7e Add soft-label support for cross-entropy operator.
8 years ago
whs 08f9b72dbf Merge pull request #3765 from wanghaoshuang/pad_op
8 years ago
yangyaming 6d4c440576 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-3923-c
8 years ago
Liu Yiqun af2eb94909 Support inputs and weights of multi-dimensions and refine the output names.
8 years ago
Yiqun Liu e4bab9a45c Merge pull request #4057 from Xreki/build_install_third_party
8 years ago