Commit Graph

3935 Commits (3e99b166ba147b8d954332a9be882bee25ca6591)

Author SHA1 Message Date
dzhwinter 3e99b166ba add generic add operator
8 years ago
Qiao Longfei 87efa600df add some check to operator.run (#4544)
8 years ago
Yu Yang 29ae410704 Merge branch 'develop' of github.com:baidu/Paddle into feature/change_grad_reg_mechanism
8 years ago
Yu Yang d9e3c4ff35 Add GradOpDescMaker to OpInfo and complete OperatorRegistrar method
8 years ago
Yu Yang 0900aedfa0 Merge pull request #4514 from reyoung/feature/remove_add_op
8 years ago
Yancey 2d8c7e310a Add Inputs/Outputs check interface (#4438)
8 years ago
chengduo 4f5491b2b4 Merge pull request #4146 from chengduoZH/Add_pool_op
8 years ago
Yu Yang aa52fa1c64 Merge pull request #4491 from reyoung/feature/stable_lstm
8 years ago
chengduoZH 2d8a5b97cc fix unit test
8 years ago
Qiao Longfei 7fe0297e64 remove Runtime InferShape for cond op (#4518)
8 years ago
Yu Yang 762a99cc06 Remove add_op since it can be replaced by sum_op
8 years ago
Yu Yang ae4b7fd575 Merge pull request #4485 from reyoung/feature/BetterActivationKern
8 years ago
dzhwinter 473af1892a Merge pull request #3975 from typhoonzero/fix_row_buffer_free
8 years ago
Tao Luo 036ac8a3e1 Merge pull request #4504 from tensor-tang/merge
8 years ago
chengduoZH df59889984 remove conflict
8 years ago
tensor-tang 0a37f2adf0 fix typo
8 years ago
Luo Tao bb7f555803 remove rowwise_add_op
8 years ago
Liu Yiqun 8bafdda0ad Merge branch 'develop' into core_add_sequence_softmax_op
8 years ago
Cao Ying 7cc5ae9999 Merge pull request #4492 from QiJune/refine_some_functors
8 years ago
qijun b611a479fc fix gpu build error
8 years ago
chengduoZH e1e3859e88 remove custom attr checker and fix code format
8 years ago
Yu Yang a8c6ce9b4d Merge branch 'develop' of github.com:baidu/Paddle into feature/BetterActivationKern
8 years ago
qijun 84ff7e9784 refine SoftmaxFunctor
8 years ago
Yu Yang f60f0eae11 Using double precision to stablize lstm gradient check
8 years ago
Yu Yang 9fbf94b61a Merge pull request #4487 from abhinavarora/softsign_activation
8 years ago
Abhinav Arora 0c3eee09ff Implementing the SoftSign activation operator
8 years ago
qijun 79def5e634 refine CrossEntropyFunctor
8 years ago
qijun c634a8480a add SetConstant method in math_function.h
8 years ago
qijun 7a6fcc7d30 move EigenDeviceConverter to device_context.h
8 years ago
fengjiayi 704245aeba Merge pull request #4486 from Canpio/dev_backward_for_op_desc
8 years ago
Yu Yang 337b7ebe77 Unify Activation functions and simplify register code
8 years ago
fengjiayi 099b2c19e1 Add unit tests
8 years ago
fengjiayi eea9bedd9b Add grad_op_desc_builder
8 years ago
Yu Yang 55b68c6e90 Merge branch 'develop' of github.com:baidu/Paddle into stable_elemwise_mul
8 years ago
Yu Yang d53b38e340 Follow comments, change KT to KERNEL_TYPE
8 years ago
Yu Yang 9a3efb28c0 Merge branch 'feature/make_paddle_support_double' into stable_elemwise_mul
8 years ago
Yu Yang 87da154226 FIx sigmoid_xe_with_logits_op compile
8 years ago
Yu Yang fd479631e1 Stablize elementwise_mul by using double precision
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 83d7261b1f Merge branch 'develop' of github.com:baidu/Paddle into stable_elemwise_mul
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
Yu Yang f2feb33384 Follow comments
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
chengduo 38bca7d347 Merge pull request #4468 from chengduoZH/develop
8 years ago
Liu Yiqun 05ed8ee8ab Add SoftmaxGradFunctor, and use SoftmaxGradFunctor in softmax_op instead.
8 years ago
Yiqun Liu 9f1d1bf48c Merge pull request #4436 from Xreki/fix_neon_memory_out_of_range
8 years ago
chengduoZH 920392e640 fix compile error
8 years ago