Commit Graph

3430 Commits (0c05ea39d4632de296d4f607dd15dce19df5cd04)

Author SHA1 Message Date
fengjiayi 856611cc15 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_axis
8 years ago
Yiqun Liu 6e6f18bdfe Merge pull request #3959 from hedaoyuan/android-16
8 years ago
fengjiayi b6a46667de test
8 years ago
dongzhihong 0e4b60acdb polish english and graph
8 years ago
dongzhihong 41e57e8f0d polish english and graph
8 years ago
Zhuoyuan 69fb97553f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
fengjiayi f6e72c93c7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_axis
8 years ago
武毅 3fbb692d4b Add topk op (#3760)
8 years ago
hedaoyuan 4966174608 Fix android-16 compile.
8 years ago
qingqing01 a2a69f2a54 Add function to get element count from tensor.
8 years ago
Yibing Liu 899c7d6b35 pass unit test
8 years ago
whs 2f40da0923 Merge pull request #3955 from wanghaoshuang/fix_warning
8 years ago
wanghaoshuang fa54d9d8c0 Rename attribute name in proto
8 years ago
Cao Ying da66891b94 Merge pull request #3928 from lcy-seso/refine_softmax_op
8 years ago
wanghaoshuang bb56b58376 Fix warning log in switch order layer
8 years ago
dangqingqing 5f905248d3 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lod_tensor_py
8 years ago
dangqingqing bea82122dd Expose LoDTensor to pybind.
8 years ago
caoying03 5b4526fabc rename input and output of softmax_op.
8 years ago
qiaolongfei 02bf1375e6 fix im2col_test.cc on cpu only machine
8 years ago
hedaoyuan 0146e8bfc5 Merge pull request #3843 from Xreki/build_android_clang
8 years ago
fengjiayi 1d9a4d2e50 Move some comments to .h file
8 years ago
hedaoyuan 0140f3f9d0 Merge pull request #3753 from hedaoyuan/conv_op
8 years ago
hedaoyuan a8efed0910 Merge pull request #3792 from hedaoyuan/convolution
8 years ago
Yibing Liu 12eaa22ad2 add reshape operator
8 years ago
whs 1cf9800f3b Merge pull request #2788 from wanghaoshuang/pixel_softmax_layer
8 years ago
hedaoyuan ebe8966e06 Add im2col_test.
8 years ago
Liu Yiqun 3360e9cdb8 Change the definition of vmlaq_laneq_f32 from template function to macro.
8 years ago
wanghaoshuang e033569dd6 Fix format
8 years ago
Yang yaming a072ab9e74 Merge pull request #3768 from pkuyym/fix-3736
8 years ago
fengjiayi b7444306ba Follow comments
8 years ago
fengjiayi d7c8bdc83e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_axis
8 years ago
Yu Yang fee6e7fb31 Merge pull request #3940 from Canpio/rename_LargerThan
8 years ago
caoying03 e61485e0f7 Merge branch 'develop' into refine_softmax_op
8 years ago
fengjiayi 5aacd64b94 Follow comments
8 years ago
fengjiayi 0c13660a50 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_axis
8 years ago
Yan Chunwei c0523f24b0 rename LOD to LoD for short of "Level of Details" (#3936)
8 years ago
fengjiayi 1f0341e19e Rename `LargerThan` to `GreaterThan`
8 years ago
wanghaoshuang eb3c774b83 Fix format error
8 years ago
wanghaoshuang de145b0aa5 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pixel_softmax_layer
8 years ago
Yan Chunwei 2282624223 add offset implementation to lod tensor design (#3934)
8 years ago
Zhuoyuan 2c8e795f1b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
qiaolongfei d578b25db8 add var desc proto
8 years ago
fengjiayi 3d62c6dac4 Fix bug
8 years ago
Yu Yang ed346f1dcd Pass CI
8 years ago
fengjiayi 823bdd670f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_axis
8 years ago
fengjiayi f2a66ffabb Follow comments
8 years ago
Yu Yang 6df24d0360 Merge branch 'develop' of github.com:baidu/Paddle into feature/change_get_attr_to_attr
8 years ago
chengduo 6eec2b70d1 Merge pull request #3930 from PaddlePaddle/fix_3908
8 years ago
caoying03 7d16fe87a3 refine softmax operator.
8 years ago
yangyaming 57f9723d36 Using EigenVector to replace EigenMatrix for some variables.
8 years ago
chengduoZH 4373a4a74d fix redeclaration of 'paddle::StatPtr __stat'
8 years ago
QI JUN 7b679631eb Merge pull request #3919 from QiJune/fix_clang_build_error
8 years ago
yangyaming 9802c42555 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-3736
8 years ago
yangyaming a377b4197c Follow GLOG enforcing style.
8 years ago
qijun 1e419d9ed3 fix clang build and run error
8 years ago
wanghaoshuang f23ab48468 Fix attr int_64 error.
8 years ago
Xinghai Sun 16fddf32a5 Add broadcasting support (e.g. matrix-vector) for cos sim operator.
8 years ago
wanghaoshuang 96a7c70a7c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_op
8 years ago
wanghaoshuang 06b42e9ec5 Add crop op.
8 years ago
Luo Tao 8ef17ea68f Merge branch 'develop' into op_refine, fix conflict
8 years ago
Xinghai Sun b59f301840 Merge pull request #3815 from xinghai-sun/cos_sim_layer2
8 years ago
QI JUN 511b6e239e Merge pull request #3900 from QiJune/dim_int64
8 years ago
Cao Ying b3afe30dc8 Merge pull request #3887 from lcy-seso/update_softmax_doc
8 years ago
qijun 52f2bc1f9d fix vector size error
8 years ago
wanghaoshuang 7c30251d16 Fix padding attribute error.
8 years ago
Yu Yang 9de6a4b375 Change `Op::GetAttr` to `Op::Attr`
8 years ago
Xinghai Sun a5f1e6d6bd Update cos_sim operator by following reviewer's comments.
8 years ago
fengjiayi ba43904a5f Merge pull request #3892 from Canpio/dev_reorganize_op_registry_tests
8 years ago
qijun 857cd24a35 fix dim_test.cu bug
8 years ago
Zhuoyuan f345b5186f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
wanghaoshuang 9f8e498138 Fix some issues.
8 years ago
qijun 11163dfc7a make dim int to int64_t
8 years ago
chengduoZH 5500153a6d fix cudnnBatchNorm for 3D data
8 years ago
fengjiayi 256d6a33d5 Add axis for rowwise_add_op
8 years ago
wanghaoshuang 6684b55bfc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pad_op
8 years ago
wanghaoshuang 3eadb42d3d Fix eigen error.
8 years ago
whs 7002e69be2 Merge pull request #3878 from wanghaoshuang/fix_attr
8 years ago
fengjiayi fd0e1e893f Fix warnings in lookup_op
8 years ago
Zhuoyuan adfef243d2 tensor element size support
8 years ago
Zhuoyuan c3d684efc4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
fengjiayi d71396bf87 Add global function `flatten_to_2d()`
8 years ago
fengjiayi bc0f9495f0 Move two tests form `op_registry_test` to `operator_test`
8 years ago
fengjiayi 69fbc5427f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_axis
8 years ago
fengjiayi af0264aa6b Add global function `FalttenToMatrix` and add `axis` for MulOp
8 years ago
Yu Yang b64aac542a Merge pull request #3857 from qingqing01/grad_test_for_multi_inputs
8 years ago
caoying03 dc520da763 update doc of softmax_op.
8 years ago
wanghaoshuang 3d490d030e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pixel_softmax_layer
8 years ago
Luo Tao 42513496f3 fix a type error in operator/CMakeLists.txt
8 years ago
Luo Tao 2beaf3aa2a auto find .cc or .cu in operator/CMakeLists.txt
8 years ago
qijun f314330c23 refactor operator python test and add sum operator
8 years ago
qingqing01 f2f839af27 Merge pull request #3874 from chengduoZH/fix_Conv3d_DeConv3d
8 years ago
wanghaoshuang e687f3f540 Make attribute support for std::vector<std::pair<int, int>>
8 years ago
Luo Tao 020e45f715 follow comments to revert add_two_op to add_op
8 years ago
Luo Tao 3ab9327580 Merge branch 'op_refine' of https://github.com/luotao1/Paddle into op_refine
8 years ago
chengduoZH cdae0c754e fix Conv3d, DeConv3d (bias shape)
8 years ago
dangqingqing ab55d7933b revert scatter_op and other mirror changes.
8 years ago
Tao Luo b3463bfffc Merge pull request #3851 from luotao1/no_kernel_op
8 years ago
fengjiayi 86655cb963 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_axis
8 years ago
fengjiayi e76fa85cc8 WIP
8 years ago
zchen0211 6ab5580b6d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
fengjiayi 9a3c69c268 Revert "Remove `grad_op_type` in `REGISTER_OP`"
8 years ago
hedaoyuan 32d7e61880 Fix some bugs.
8 years ago
dangqingqing 447033296d Make some operator correctly handle gradients for multi inputs.
8 years ago
Cao Ying 77a15b67c1 Merge pull request #3844 from lcy-seso/fix_ctc_evaluator
8 years ago
caoying03 a523bea8e5 fix getType.
8 years ago
qingqing01 35420274a1 Merge pull request #3791 from qingqing01/cudnn_wrapper
8 years ago
hedaoyuan 1a615b486f Gpu test of im2col.
8 years ago
whs a162ebce8b Merge branch 'develop' into pixel_softmax_layer
8 years ago
Luo Tao 740c8ba12a remove scatter_op.cu/gather_op.cu as they support only_cpu now
8 years ago
hedaoyuan 3f555001db Add im2col test.
8 years ago
Luo Tao 5b93ac7778 package a new USE_NO_KERNEL_OP for USE_OP_ITSELF
8 years ago
caoying03 0b478e991c follow comments.
8 years ago
Luo Tao a60128aeb2 move identity_op from scale_op.cc to be a single file
8 years ago
caoying03 faa4da4835 fix ctc edit distance in v2 API.
8 years ago
Luo Tao 58369d5c48 Merge branch 'develop' into op_refine
8 years ago
Liu Yiqun 9293dc4817 Move the third_party_android from cache directories in travis.
8 years ago
Qiao Longfei 409ac4a390 Merge pull request #3819 from jacquesqiao/add-getop-to-ctx
8 years ago
Liu Yiqun 387b4e4eac Change the declaration of EigenGemm from `class` to `struct`.
8 years ago
Liu Yiqun 2fc012c54c Merge branch 'develop' into build_android_clang
8 years ago
Liu Yiqun 8e5f54320f Refine the toolchain file of Android to use clang as default compiler.
8 years ago
dangqingqing 8c048aa099 Remove cudnn_helper.cc
8 years ago
dangqingqing 96cdb2cb23 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cudnn_wrapper
8 years ago
hedaoyuan f807807ed1 Fix the namespace of the im2col functor.
8 years ago
hedaoyuan 45c8f9b282 Add context parameter and math namespace.
8 years ago
hedaoyuan abfac74c75 Merge branch 'develop' of https://github.com/baidu/Paddle into conv_op
8 years ago
Yu Yang c1feb27f75 Merge pull request #3831 from reyoung/feature/fix_empty_input_and_output
8 years ago
zchen0211 7683e35816 cond op
8 years ago
Yu Yang 13b43279dc Fix CI Test
8 years ago
Yu Yang 7d5bdbbfee Add GenerateTemporaryNames/CheckAllInputOutputSet
8 years ago
qiaolongfei d323831a0b add GetAttr to InferShapeContext
8 years ago
Yi Wang 5e78359f37 Merge pull request #3746 from wangkuiyi/lod_tensor_design_doc
8 years ago
Yu Yang d7a1e40e10 Simple Implementation
8 years ago
Yu Yang fd8df0806d Make operator Input/Output can return nullptr
8 years ago
fengjiayi 79b1f33a02 Remove `grad_op_type` in REGISTER_OP
8 years ago
qiaolongfei 848c317aa8 update gpu code
8 years ago
Yi Wang ffdcfe0814 Merge pull request #3784 from QiJune/refine_LODTensor
8 years ago
qiaolongfei 6fcdc91638 add op() to InferShapeContext
8 years ago
Xinghai Sun 91215bcef9 Fix a bug causing wrong gradient results in cos_sim op.
8 years ago
yangyaming 3970f240b3 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-3736
8 years ago
emailweixu fc8a1afae1 Merge pull request #3810 from lcy-seso/fix_print_layer
8 years ago
chengduoZH fb69d38c4b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into Adapting_to_the_BatchNorm_structure_to_support_3D_data
8 years ago
yangyaming c33ddc74c1 Fix some bugs, add more unittests.
8 years ago
caoying03 ba1aa60700 fix the problem that long message will be truncated.
8 years ago
Luo Tao 9d2909be2a rename add_op to add_two_op
8 years ago
Xinghai Sun ed72af48ce Add cos_sim op.
8 years ago
Liu Yiqun 7939705384 Add the missing return statement.
8 years ago
Liu Yiqun 1e76feead0 Merge branch 'build_android_clang' of https://github.com/Xreki/Paddle into build_android_clang
8 years ago
Liu Yiqun 8b15ac82fa Move the definition of hl_cpu_gru_forward and hl_cpu_gru_backward to function/GruFunctor.h.
8 years ago
Tao Luo 2d31ab5f86 Merge pull request #3801 from luotao1/op_cmake
8 years ago
Luo Tao 7f27b5e1b6 refine paddle/operator/CMakeLists.txt
8 years ago
Liu Yiqun c54c7d91a0 Use template to deliver const argument instead, to remove the compiling error "argument to __builtin_neon_vgetq_lane_f32 must be a constant integer".
8 years ago
Yiqun Liu 92c293aca8 Merge pull request #3794 from Xreki/fix_mac_compiling_std_move
8 years ago
Luo Tao 7736992187 Simplify the CMakeLists for paddle/operator and paddle/pybind
8 years ago
Liu Yiqun 50c63dc9e7 Merge branch 'develop' into build_android_clang
8 years ago
yangyaming e9cc32820d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-3736
8 years ago
QI JUN c2edd2dc07 Merge pull request #3788 from QiJune/fix_tensor_copy_bug
8 years ago
Liu Yiqun 988e49defa Fix clang compiling error of "moving a temporary object prevents copy elision" causing by std::move, and fix some warnings.
8 years ago
chengduoZH a55dd22649 fix conflict
8 years ago
hedaoyuan 90bf4f60ae Add stride support 2 for NeonDepthwiseConvTranspose.
8 years ago
yangyaming 6bef079660 Follow coding style and move reshaping operation to paddle tensor.
8 years ago
hedaoyuan 840104c99a Add NeonDepthwiseConvTransposeFunction.
8 years ago
hedaoyuan 40d47fae95 [Refine code]Move class Padding into the NeonDepthwiseConv.h.
8 years ago
hedaoyuan 4b6b7251c1 Refine NeonDepthwiseConv.
8 years ago
dangqingqing d4087efc99 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cudnn_wrapper
8 years ago
dangqingqing 207132226c Add unit testing for cuDNN wrapper.
8 years ago
chengduoZH 6374831966 fix conflict
8 years ago
yangyaming f8b885f27f Using EigenTensor to reshape tensor.
8 years ago
chengduoZH a357bd6fe5 Fix conflict and Add test_pooling3D_layer.protostr
8 years ago
hedaoyuan f7e75a03cf Refine the neon depthwise convolution code(separate the Function and kernel).
8 years ago
chengduoZH 455d2bd7b1 fix conflict
8 years ago
chengduoZH 536dbc0cb6 fix conflict
8 years ago
qijun 3bafa42b1a fix tensor copyfrom bug
8 years ago
Liu Yiqun d394a14471 Remove unused incluing file net/if_arp.h.
8 years ago
qijun 835572afe7 make LODTensor class instead struct
8 years ago
qijun 0397844266 remove unused codes
8 years ago
qijun f03811b06f init refine LODTensor
8 years ago
chengduoZH d747c5d511 fix layers_test.py
8 years ago
dangqingqing 3b1620167e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cudnn_wrapper
8 years ago
caoying03 36f0aa7390 fix code style to pass CI.
8 years ago
caoying03 3d1b87193d Merge branch 'develop' into cross_entropy_over_beam
8 years ago
dangqingqing c20a01d67d Add cuDNN Wrapper.
8 years ago
caoying03 09e903eb94 fix v2 infer interface.
8 years ago
yangyaming a4df3f5bd8 Finish framework of squared_l2_distance_op.
8 years ago
wanghaoshuang 2db7dedea9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pad_op
8 years ago
wanghaoshuang 26cec83901 Add pad op
8 years ago
chengduoZH 0c273ff41e fix conflict
8 years ago
qijun 2563e32bb1 fix clang build error
8 years ago
hedaoyuan 2d707e32c8 Refine the comments.
8 years ago
chengduoZH 43da7675b3 fix conflict
8 years ago
hedaoyuan e967645c15 Refine the gpu code.
8 years ago
Tao Luo 322d9ad81b Merge pull request #3712 from tensor-tang/merge
8 years ago
hedaoyuan b45d020faf Merge pull request #3718 from hedaoyuan/convolution
8 years ago
hedaoyuan f7be9cb97a Refine the cpu code.
8 years ago
tensor-tang c5183caa04 rename
8 years ago
hedaoyuan 6efbe2ff43 Merge im2col functor.
8 years ago
hedaoyuan 168707cadd Fix a small bug.
8 years ago
Yi Wang f6457e6501 Add LoD Tensor design doc
8 years ago
Yi Wang 95b41bec3e Add LoD Tensor design doc
8 years ago
chengduoZH 4dcc533206 fix conflict
8 years ago
tensor-tang bfbd066fdd refine
8 years ago