Yu Yang
9fbf94b61a
Merge pull request #4487 from abhinavarora/softsign_activation
...
Implementing the SoftSign activation operator
8 years ago
Abhinav Arora
0c3eee09ff
Implementing the SoftSign activation operator
8 years ago
fengjiayi
704245aeba
Merge pull request #4486 from Canpio/dev_backward_for_op_desc
...
Add grad_op_desc_builder
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 )
...
* Adding support for the sigmoid_cross_entropy_with_logits operator
* Fixing a typo in the cuda file
* Adding Python documentation for sigmoid_cross_entropy_with_logits_op
* Correcting typos in documentation
* Adding unit tests for sigmoid_cross_entropy_with_logits_op
* Addressing code review feedback
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
...
Add reduce op
8 years ago
chengduo
38bca7d347
Merge pull request #4468 from chengduoZH/develop
...
fix compile error
8 years ago
Yiqun Liu
9f1d1bf48c
Merge pull request #4436 from Xreki/fix_neon_memory_out_of_range
...
Use scalar implementation instead of neon implementation to avoid out of range memory access in the tail conv3x3
8 years ago
chengduoZH
920392e640
fix compile error
8 years ago
fengjiayi
424c295239
Merge pull request #4457 from Canpio/dev_move_desc_to_framework
...
move Protobuf desc to framework
8 years ago
Yu Yang
21f63ec223
Merge pull request #4458 from reyoung/feature/compile_time_infer_shape
...
Remove OperatorBase::InferShape
8 years ago
fengjiayi
f78d7591d2
Fix compile bug
8 years ago
Yancey
d7db15f3e5
Use StridedMemCpy in Concat/Split Kernel ( #4188 )
...
User StridedMemCpy in Concat/Split Op
8 years ago
Liu Yiqun
a310946f8f
Merge branch 'develop' into fix_neon_memory_out_of_range
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
Liu Yiqun
3fefee8a06
Use scalar implementation instead of neon implementation to avoid out of range memory access in the tail conv3x3.
8 years ago
Yu Yang
6196209478
Remove OperatorBase::InferShape
...
InferShape in Operator should be performed in OperatorBase::Run.
* cond_op, recurrent_op and mnist might be changed in following PR
8 years ago
fengjiayi
6285edbb88
Fix compile errors
8 years ago
Yu Yang
f1913d4697
Change registry, test register double kernel
8 years ago
Yu Yang
2c05465d2f
Fix unit-tests
8 years ago
fengjiayi
54ef4cdae5
Move proto desc to framework
8 years ago
Yu Yang
3a5693e0a8
Add Skeleton of Double support
8 years ago
Yu Yang
680c20217e
Merge branch 'develop' of github.com:baidu/Paddle into feature/make_python_catch_enforce_not_met
8 years ago
Yu Yang
e3f242e082
Merge pull request #4402 from reyoung/feature/unify_clang_format
...
Unify clang-format and add some missing clang-format
8 years ago
Yan Chunwei
e43073e898
design of TensorArray to simplify varient/dynamic RNNs ( #4447 )
...
* some enforce change
* add LoDTensor::NumElements(id,id)
* update
* init
* finish
* refacter interfaces
8 years ago
Yu Yang
183c88805a
`clang-format` after merge
8 years ago
Yu Yang
e315da970c
Merge branch 'develop' of github.com:baidu/Paddle into feature/unify_clang_format
8 years ago
Luo Tao
c53d214205
fix compiler warning from MKLDNNLayer and so on
8 years ago
Tao Luo
04b152d10c
Merge pull request #4423 from tensor-tang/merge
...
fix atomic issue on ONLYCPU mode
8 years ago
tensor-tang
e0b17754db
fix atomic issue when cpu only
8 years ago
whs
3e96242909
Merge pull request #4422 from wanghaoshuang/fix_clip
...
Fix doc of clip op.
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
qiaolongfei
325ee63746
fix SoftmaxWithCrossEntropyOp
8 years ago