Commit Graph

913 Commits (e8a678e1eecd11fee219a93c6c586ee24663a506)

Author SHA1 Message Date
qijun 79def5e634 refine CrossEntropyFunctor
8 years ago
qijun c634a8480a add SetConstant method in math_function.h
8 years ago
zchen0211 78808b2091 1 api
8 years ago
Yu Yang 337b7ebe77 Unify Activation functions and simplify register code
8 years ago
zchen0211 b851515b16 merge new op grammar
8 years ago
zchen0211 88a8eedda1 scatter gather gpu
8 years ago
Yu Yang 87da154226 FIx sigmoid_xe_with_logits_op compile
8 years ago
Yu Yang 63469daede Merge branch 'develop' of github.com:baidu/Paddle into feature/make_paddle_support_double
8 years ago
Yu Yang b9c8637238 Fix compile
8 years ago
Abhinav Arora b9336e6f8c Adding support for the sigmoid_cross_entropy_with_logits operator (#4448)
8 years ago
Yu Yang fb6a48c62d Merge branch 'develop' of github.com:baidu/Paddle into feature/make_paddle_support_double
8 years ago
Guo Sheng ecef2e6b97 Merge pull request #4086 from guoshengCS/add-ReduceOp
8 years ago
Liu Yiqun 03897f251d Finish the SequenceSoftmaxGradKernel, using SoftmaxGradFunctor.
8 years ago
Liu Yiqun 05ed8ee8ab Add SoftmaxGradFunctor, and use SoftmaxGradFunctor in softmax_op instead.
8 years ago
Yu Yang 21f63ec223 Merge pull request #4458 from reyoung/feature/compile_time_infer_shape
8 years ago
Yancey d7db15f3e5 Use StridedMemCpy in Concat/Split Kernel (#4188)
8 years ago
guosheng e33b411221 Adapt reduce_op according to up-to-date dev
8 years ago
Yu Yang ae3dca770c Fix CI
8 years ago
guosheng be58c6327d Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ReduceOp
8 years ago
Yu Yang 6196209478 Remove OperatorBase::InferShape
8 years ago
Yu Yang f1913d4697 Change registry, test register double kernel
8 years ago
Yu Yang 2c05465d2f Fix unit-tests
8 years ago
Yu Yang 3a5693e0a8 Add Skeleton of Double support
8 years ago
Yu Yang e315da970c Merge branch 'develop' of github.com:baidu/Paddle into feature/unify_clang_format
8 years ago
chengduoZH 3c0f079333 remove conflict and fix InferShape function
8 years ago
Luo Tao c53d214205 fix compiler warning from MKLDNNLayer and so on
8 years ago
whs 3e96242909 Merge pull request #4422 from wanghaoshuang/fix_clip
8 years ago
wanghaoshuang 1ad4efa8de Fix comments
8 years ago
wanghaoshuang 6da5670f62 revert deleting ShareLoD
8 years ago
wanghaoshuang 028973815b Fix InferShape of clip op.
8 years ago
qiaolongfei 729b2152ae add include op_registry.h to elementwise_op_function.h
8 years ago
qiaolongfei abdcd8282e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into reduce-elementwise-warning
8 years ago
Liu Yiqun ce3171f3c4 Merge branch 'develop' into core_add_sequence_softmax_op
8 years ago
chengduoZH 4b06d8db91 fix globalPooling type (int => bool)
8 years ago
qiaolongfei 325ee63746 fix SoftmaxWithCrossEntropyOp
8 years ago
guosheng 99b8dbb14f Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ReduceOp
8 years ago
qiaolongfei 0fa4b985a9 split elementwise_op.h into two header files
8 years ago
Liu Yiqun c8fc6037fd Merge branch 'develop' into core_add_sequence_softmax_op
8 years ago
Yiqun Liu 29cb85634c Merge pull request #4144 from lcy-seso/softmax_with_cross_entropy_op
8 years ago
caoying03 97509b68e7 cross entropy as a functor to avoid duplicated codes.
8 years ago
Yu Yang 60857f4909 Unify clang-format and add some missing clang-format
8 years ago
Qiao Longfei 9a9d50a6ee Refactoring InferShape (#3946)
8 years ago
Yibing Liu 367a54e08c Merge pull request #4360 from kuke/multiplex_modify_dev
8 years ago
Yibing Liu e9dbc85b3d to trigger ci for multiplex_op
8 years ago
chengduoZH 30a586df0c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into Add_pool_op
8 years ago
caoying03 40aee48a80 follow comments.
8 years ago
caoying03 3d77360b89 add negative clipping for softmax.
8 years ago
chengduoZH dfc8d3c1c1 Fix (According to the review)
8 years ago
caoying03 360bde9a70 Merge branch 'develop' into softmax_with_cross_entropy_op
8 years ago
guosheng 477a6a0978 Refine reduce_op, follow comments and remove ReduceGradEigenFreeKernel
8 years ago
Cao Ying 7d65321620 Merge pull request #4237 from lcy-seso/optimize_cross_entropy_kernel
8 years ago
caoying03 000d75116f fix backward op.
8 years ago
Yibing Liu 58ac8f46b8 apply more general dims for multiplex_op
8 years ago
Yibing Liu 089f8e2d37 Merge branch 'develop' of upstream into multiplex_modify_dev
8 years ago
caoying03 8b8ad6b164 fix implementations of supporting soft labels.
8 years ago
chengduoZH f6e69d7412 fix maxpool backward functor
8 years ago
Zhuoyuan f698a49ce3 Merge pull request #4240 from zchen0211/develop
8 years ago
chengduoZH 905a462d3c Merge branch 'fix_maxpool_backward_functor_temp' into Add_pool_op_temp
8 years ago
chengduoZH 8c478b36e2 fix Atrr check
8 years ago
Yibing Liu 236af56612 separate index tensor from candidate tensors in multiplex_op
8 years ago
chengduoZH b72854389e Fix (According to the review)
8 years ago
chengduoZH 9b1431b8d9 fix maxpool backward functor and add unit test
8 years ago
Yibing Liu f94109d428 replace LoDTensor in multiplex_op
8 years ago
Guo Sheng e114aad882 Merge pull request #4238 from guoshengCS/add-gemm-with-step
8 years ago
qiaolongfei 9301d3b5ea add namespace and reduce warning
8 years ago
Liu Yiqun 9f32c8d896 Merge branch 'develop' into core_add_sequence_softmax_op
8 years ago
Liu Yiqun 12f2b8eb07 Correct the forward of sequence_softmax_op.
8 years ago
Yibing Liu 47fbc96fa1 Merge pull request #4064 from kuke/multiplex_op_dev
8 years ago
Yibing Liu fb52bc6e12 revert code layout in multiplex_op
8 years ago
Tao Luo 01bec25734 Merge pull request #4193 from luotao1/seq_pool
8 years ago
caoying03 bb58b63b6c Merge branch 'develop' into softmax_with_cross_entropy_op
8 years ago
guosheng 1295e5ef54 Refine reduce_op unit test and add newline at end of file
8 years ago
guosheng 8b3bf28c6b Refine reduce_op and follow comments
8 years ago
guosheng 630273d453 Fix reduce_op according to CI log
8 years ago
guosheng c8d877195b Revise the reduce_op unit test accordingly
8 years ago
guosheng 3994e91a67 Add reduce_op
8 years ago
caoying03 201c2bcf20 delete redundant codes.
8 years ago
caoying03 6735585b0f fix cpu kernel with soft labels.
8 years ago
chengduoZH b0a47b149d remove CHECK in *.cu
8 years ago
Yibing Liu 7620efdf1c combine gpu&cpu code in multiplex_op
8 years ago
Zhuoyuan 5b7fd00d1f Merge pull request #4280 from Superjom/feature/recurrent_op_backward_fix
8 years ago
fengjiayi 948d1d782b Fix progma_once error
8 years ago
superjom b545b5b86b Merge branch 'develop' of github.com:PaddlePaddle/Paddle into feature/recurrent_op_backward_fix
8 years ago
caoying03 30bfaab36e Merge branch 'develop' into optimize_cross_entropy_kernel
8 years ago
caoying03 141b8dbce6 update the backward kernel.
8 years ago
gongweibao f99841dd2a Elementwise operator. (#4139)
8 years ago
chengduoZH f2ccc11f59 fix pool doc (pool_op.cc)
8 years ago
qingqing01 7831b1d9ea Merge branch 'develop' into attr_bool
8 years ago
chengduoZH c2c2d610a4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into Add_pool_op
8 years ago
dangqingqing 0dce16a697 Use bool type for attr in cross_entropy_op.
8 years ago
chengduoZH 0417e4e4bf fix framework::LoDTensor => Tensor
8 years ago
Yibing Liu 85a5d38446 Merge branch 'develop' of upstream into multiplex_op_dev
8 years ago
Luo Tao 244efd6b48 refine doc of sequence_pool_op
8 years ago
chengduoZH 6f61b5df7d fix unit test
8 years ago
Luo Tao 0449b9c89e Merge branch 'develop' into seq_pool
8 years ago
chengduoZH 84a2512b90 fix parameter name and function define
8 years ago
dangqingqing 58e3ad0a70 Fix conflicts.
8 years ago
caoying03 f1d5fb3b9a support soft labels.
8 years ago
dangqingqing 6e2782e958 update to develop branch.
8 years ago
caoying03 a2a0d6f82a Merge branch 'develop' into softmax_with_cross_entropy_op
8 years ago