Commit Graph

4062 Commits (a7d700e0ba35e78cfbe85acf2d0b4cb72d22b10f)

Author SHA1 Message Date
qiaolongfei 31bdb3f3cc tmp
8 years ago
Yan Chunwei c705f065ba add TensorArray (#4459)
8 years ago
dzhwinter 8acc010691 Merge branch 'develop' into macro
8 years ago
Yu Yang 18fa6b9cce Merge branch 'develop' of github.com:baidu/Paddle into feature/grad_reg_mechanism_cont
8 years ago
Yu Yang 3723304da9 Add missing ctor
8 years ago
qiaolongfei 32f5c9dd93 recurrent_op pass the unit test
8 years ago
Yu Yang 32fbc6b250 Merge branch 'develop' of github.com:baidu/Paddle into feature/grad_reg_mechanism_cont
8 years ago
Yu Yang 2296d81cf9 Use `type_defs.h` to resolve cyclic dependencies
8 years ago
zchen0211 15941dbd8c solve conflict for cond_op and scatter
8 years ago
Yu Yang 874bcb3030 Merge branch 'develop' of github.com:baidu/Paddle into feature/change_bind_data_types
8 years ago
qijun f29a6b020f fix gpu build error
8 years ago
qijun f1c5d9e78e Merge remote-tracking branch 'baidu/develop' into executor_impl
8 years ago
qijun ce4d14b4ed add struct Device
8 years ago
dongzhihong 5423cb3e57 format
8 years ago
qiaolongfei 7163dd0413 revert code
8 years ago
Qiao Longfei 87efa600df add some check to operator.run (#4544)
8 years ago
Yu Yang 8fd845e0fa Unify Map in OpDescBind
8 years ago
qijun 09500917ee pass place to GetCUDADeviceContext
8 years ago
Yu Yang 29ae410704 Merge branch 'develop' of github.com:baidu/Paddle into feature/change_grad_reg_mechanism
8 years ago
qijun 39b2ff361d Merge remote-tracking branch 'baidu/develop' into executor_impl
8 years ago
qijun b630d4019a add scope
8 years ago
Yu Yang e3a642e027 Extract BaseClass of grad_op_desc_maker and add some common method
8 years ago
qijun d4be9730fc fix gpu build error
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
qijun e42cafb24f add executor unittest
8 years ago
qijun 3481bdc865 add global device context
8 years ago
qijun 540cc2c1c1 add executor class and interface
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 61cc3ae4d1 Stablize elementwise_mul by using double precision
8 years ago
zchen0211 78808b2091 1 api
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
zchen0211 b851515b16 merge new op grammar
8 years ago
zchen0211 88a8eedda1 scatter gather gpu
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
fengjiayi 424c295239 Merge pull request #4457 from Canpio/dev_move_desc_to_framework
8 years ago
Yu Yang 21f63ec223 Merge pull request #4458 from reyoung/feature/compile_time_infer_shape
8 years ago
fengjiayi f78d7591d2 Fix compile bug
8 years ago
Yancey d7db15f3e5 Use StridedMemCpy in Concat/Split Kernel (#4188)
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
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
8 years ago
Yan Chunwei e43073e898 design of TensorArray to simplify varient/dynamic RNNs (#4447)
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
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
Tao Luo 04b152d10c Merge pull request #4423 from tensor-tang/merge
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
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
Yu Yang dcfd31d736 Merge pull request #4397 from reyoung/feature/pybind_for_protobuf_desc
8 years ago
qiaolongfei 0fa4b985a9 split elementwise_op.h into two header files
8 years ago
Yu Yang de35098779 Fix CI and follow comment
8 years ago
Liu Yiqun c8fc6037fd Merge branch 'develop' into core_add_sequence_softmax_op
8 years ago
Yu Yang bc30ba19ed Merge pull request #4375 from reyoung/feature/use_bool_for_enforce
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
Yu Yang d5935e0da8 Merge branch 'develop' of github.com:baidu/Paddle into feature/make_python_catch_enforce_not_met
8 years ago
Yu Yang d72a140e50 Fix CI test
8 years ago
Yu Yang cc4c641d0f Merge branch 'develop' of github.com:baidu/Paddle into feature/pybind_for_protobuf_desc
8 years ago
Yu Yang 49697d9dab Merge branch 'develop' of github.com:baidu/Paddle into feature/make_python_catch_enforce_not_met
8 years ago
Yu Yang 7435f0c63b Make OpRegistery depend on OpInfo
8 years ago
Qiao Longfei 9a9d50a6ee Refactoring InferShape (#3946)
8 years ago
Abhinav Arora 86351037c9 Correcting some grammatical mistakes in the design docs (#4378)
8 years ago
Yu Yang b4a4ae1b65 Add comments
8 years ago
Yu Yang 9e5de16719 Merge branch 'feature/pybind_for_protobuf_desc' of github.com:reyoung/Paddle into feature/pybind_for_protobuf_desc
8 years ago
Yu Yang 62d597c176 Merge branch 'develop' of github.com:baidu/Paddle into feature/pybind_for_protobuf_desc
8 years ago
Yu Yang 67cdd5bc61 Make PyBind support C++ exception
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
Tao Luo 0cc85d794a Merge pull request #4331 from tensor-tang/mkldnn_softmax
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
tensor-tang 672c968176 remove gpu code when backward mkldnn_softmax
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
Tao Luo a7a82b91e6 Merge pull request #4363 from tensor-tang/sgd
8 years ago
caoying03 8b8ad6b164 fix implementations of supporting soft labels.
8 years ago
tensor-tang 88952fbab9 use existed sgd updater function
8 years ago
chengduoZH f6e69d7412 fix maxpool backward functor
8 years ago
fengjiayi 6915c924a4 Fix bug
8 years ago
fengjiayi 5419f16b38 Add unittests
8 years ago