Commit Graph

3555 Commits (0c98b167d0d07c8b4fb45f4be839961981ccb9e1)

Author SHA1 Message Date
hedaoyuan 9e7da6799b Add a neon::relu.
8 years ago
qingqing01 40fba4aab9 Merge pull request #4115 from Canpio/fix_brace_error
8 years ago
Yu Yang 9d3b920d75 Merge pull request #3981 from reyoung/feature/transform_api
8 years ago
zchen0211 260026fa67 prelu modify
8 years ago
zchen0211 58b5b08bba prelu op
8 years ago
fengjiayi 0620b00eb6 Fix Clang compile error
8 years ago
zchen0211 98c35729ce remove empty line
8 years ago
zchen0211 c557402855 cond_op modify
8 years ago
zchen0211 39d79e6419 modified codes
8 years ago
zchen0211 299dcb6715 merge with new change
8 years ago
yangyaming 09a13f6c49 Using LoDTensor and adapt to new unittest.
8 years ago
Liu Yiqun cb7d718611 Merge branch 'develop' into core_add_fc_op
8 years ago
Yiqun Liu 13d00053d1 Merge pull request #4107 from PaddlePaddle/enforce_failed
8 years ago
qingqing01 30ab4fae4c Merge pull request #4083 from qingqing01/lod_tensor2
8 years ago
Tao Luo 654344b94c Merge pull request #4032 from tensor-tang/mkldnn-conv
8 years ago
dangqingqing 2cfa7c4152 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lod_tensor2
8 years ago
dangqingqing 9c7e314559 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lod_tensor2
8 years ago
dangqingqing d757c1cd02 Fix accuracy_op.
8 years ago
liaogang 59d661b9a9 Fix enforce test failed
8 years ago
Luo Tao 9fa2372ce2 Merge branch 'develop' into use_op
8 years ago
Tao Luo 7a9c89f7d2 Merge pull request #4105 from Yancey1989/fix_op_dep
8 years ago
dangqingqing 48000a8f2d Update to develop branch and resovle conflicts.
8 years ago
dangqingqing 74f460fd0f Fix specialization of template member functions in the non-template class in GCC 5.0.
8 years ago
Luo Tao d0521e6f50 Merge branch 'develop' into use_op
8 years ago
Cao Ying 0e46f5ebd7 Merge pull request #4094 from lcy-seso/fix_cross_entropy_op_output_shape
8 years ago
Luo Tao f657e21f57 update new_op_cn.md, fix type error
8 years ago
Liu Yiqun 989e8358b3 Reuse the output of mul when there is only one input in FCOp.
8 years ago
Yancey1989 6c59f948d0 update
8 years ago
Yancey1989 7953ad623c delete unused dpends
8 years ago
Liu Yiqun fe2ab2ee7f Set the default value of xNumColDims and rename the output to "Out" in FCOp.
8 years ago
Xinghai Sun c5972faca9 Merge pull request #3918 from xinghai-sun/cos_sim_vector
8 years ago
Luo Tao 70cadf9350 Merge branch 'develop' into use_op
8 years ago
Luo Tao 0597f4de99 auto generate USE_OP() in pybind.cc
8 years ago
Liu Yiqun 0b21b854ec Make the weights of FCOp a fixed 2-D matrix and refine some comments in FCOp.
8 years ago
Liu Yiqun 76338fb6a7 Merge branch 'develop' into build_ios
8 years ago
caoying03 e0ca4d7a29 fix shape of output tensor of cross_entropy_op.
8 years ago
武毅 2d6233646a Accuracy op (#3907)
8 years ago
zchen0211 f6dee08d76 new changes
8 years ago
zchen0211 c7db6e8d14 cond op passed
8 years ago
dangqingqing f6b518c970 Fix elementwise_mul_op.cc
8 years ago
dongzhihong 1ead57ec6a "better format"
8 years ago
dangqingqing cb28428323 Replace LoDTensor in elementwise_mul_op, pad_op and recurrent_op_utils.
8 years ago
dangqingqing 30a58b5121 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lod_tensor2
8 years ago
dangqingqing f299206396 Using LoDTensor instead of Tensor in every operator.
8 years ago
tensor-tang f2317b67f7 separate resetFwd and resetBwd to some sub functions
8 years ago
Xinghai Sun 6d60352e7e Add soft-label support for cross-entropy operator.
8 years ago
whs 08f9b72dbf Merge pull request #3765 from wanghaoshuang/pad_op
8 years ago
yangyaming 6d4c440576 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-3923-c
8 years ago
Liu Yiqun af2eb94909 Support inputs and weights of multi-dimensions and refine the output names.
8 years ago
Yiqun Liu e4bab9a45c Merge pull request #4057 from Xreki/build_install_third_party
8 years ago
Liu Yiqun 9e524fce1b Remove the generation of executable, such as paddle_trainer, when setting WITH_C_API.
8 years ago
Liu Yiqun 8495f3f04a Merge branch 'develop' into core_add_fc_op
8 years ago
yangyaming ec92588a37 Fix some conflicts and correct unittest.
8 years ago
Xinghai Sun 965fd2250d Merge branch 'develop' into cos_sim_vector
8 years ago
gongweibao 8778957cfc Add element-wise multiplication operator. (#3787)
8 years ago
dangqingqing d11430e009 Use the inheritance in the definition of LoDTensor.
8 years ago
Liu Yiqun b4d710ce12 Merge branch 'develop' into build_ios
8 years ago
Xinghai Sun 03ea7320d3 Update cos_sim operator by following reviewer's comments.
8 years ago
Liu Yiqun b51ba53a55 Write the building and the lastest commit into a BUILD.txt in install phase.
8 years ago
tensor-tang 66fdbd0cee add some comment and simplify some code
8 years ago
Liu Yiqun 92e7b09547 Add ARGS ANDROID_API in Dockerfile.android, to support using toolchain of different api level.
8 years ago
whs 0f42e5649e Merge pull request #4045 from chengduoZH/fix_SwitchOrderLayer
8 years ago
dzhwinter 8631e796bb Merge pull request #4026 from dzhwinter/backward_graph
8 years ago
wanghaoshuang 236a84c505 Fix nullptr check
8 years ago
dongzhihong a90274eb5c "update words"
8 years ago
dongzhihong 885fa89332 "remove the alt"
8 years ago
dongzhihong bc9e20d9ed "update img alt"
8 years ago
wanghaoshuang d89598054e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pad_op
8 years ago
Yu Yang f8c6792aa3 Extract DevPtrCast to device_ptr_cast.h
8 years ago
Yu Yang 54d88d4472 Merge branch 'develop' of github.com:baidu/Paddle into feature/transform_api
8 years ago
Yi Wang 57d8afe54b Merge pull request #3452 from dzhwinter/op_name
8 years ago
dongzhihong a7e3325aad "fix typos"
8 years ago
dongzhihong 15fccfefb5 "remove used words"
8 years ago
dongzhihong 594dece996 "fix typo"
8 years ago
dongzhihong d00e8a5f83 "add Op name example and fix format error"
8 years ago
zchen0211 b8e75c1f1a cond op
8 years ago
zchen0211 aa90ef9c80 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
dongzhihong e9ac7df941 Merge remote-tracking branch 'origin/develop' into op_name
8 years ago
dongzhihong 5c4dfdebcb add more rules
8 years ago
Helin Wang 25be0ede76 fix cpplint error
8 years ago
chengduoZH e76eb8534d fix SwitchOrderLayer forward
8 years ago
Liu Yiqun 27d7812b87 Fix compiling error when using clang. The detail of the error is:
8 years ago
Yibing Liu 4137cb0baf Merge pull request #3949 from kuke/reshape_op_dev
8 years ago
qingqing01 104ed75fc4 Merge pull request #3958 from qingqing01/tensor_numel
8 years ago
Yibing Liu 5915138c79 fix a typo
8 years ago
tensor-tang c39b771a53 add test cases for mkldnn_conv
8 years ago
tensor-tang f3a23b6840 add MKLDNNConvLayer
8 years ago
Yibing Liu 0289a0091f follow comments to cleanup code
8 years ago
tensor-tang ca3db07028 add createReorder and createMemoryDesc in MKLDNNMatrix
8 years ago
Yu Yang 6fbf097bcc Mark thrust::device_ptr in transform
8 years ago
qingqing01 dbe0598745 update to develop branch and resolve conflicts.
8 years ago
Tao Luo 171fee2c9e Merge pull request #4011 from tensor-tang/refine
8 years ago
qingqing01 ad64ca5da2 Call Tensor::numel() everywhere.
8 years ago
qingqing01 6d0d29f645 Merge pull request #4001 from qingqing01/lod_tensor_py
8 years ago
wanghaoshuang 012453e28c fix NoInGrad bug
8 years ago
Yibing Liu 31cbb3432f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into reshape_op_dev
8 years ago
dongzhihong 2b1450f151 rewrite the document
8 years ago
wanghaoshuang 355e35fecd fix paddle enforce check
8 years ago
tensor-tang 7f7fa32528 use CPU_DEVICE instead of magic number
8 years ago
wanghaoshuang a03c6849e7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pad_op
8 years ago
dongzhihong 21d4974405 "fix name"
8 years ago
tensor-tang 4f0869bef3 add some necessary params for reset functions
8 years ago
chengduo d131152b28 Merge pull request #4021 from chengduoZH/fix_DeConv3D_switch_imgSize_and_output_
8 years ago
chengduoZH e9a1f2ad8b fix DeConv3D switch(imgSize*_, output*_)
8 years ago
Liu Yiqun 4f2ee63c44 Get rid of the calling of inplace op in FCOp.
8 years ago
dangqingqing 28dc434036 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lod_tensor_py
8 years ago
dangqingqing 68943f59aa Add construction function for LoDTensor in pybind.
8 years ago
tensor-tang f3bb7b99dd refine MKLDNNTester add UpdateCallback for test
8 years ago
tensor-tang 94ea8ee0e5 refine MKLDNNLayer logical: move forward and backward to MKLDNNLayer and remove copyOutputInfoToOtherDevice
8 years ago
Tao Luo faf827ba7e Merge pull request #4008 from tensor-tang/refine
8 years ago
Yancey 7bd517129a Add Concat operator with CPU kernel (#3775)
8 years ago
wanghaoshuang 9c929a4959 Fix warning log
8 years ago
Yibing Liu 477d92bcd2 merge conflicts
8 years ago
Yibing Liu dd64349a92 refine reshape operator
8 years ago
Liu Yiqun 4223ff8c27 Correct the key name of "mul" op in FCOp, and add some annotations for debug.
8 years ago
wanghaoshuang f31217fc2e Fix issues
8 years ago
wanghaoshuang ba8a5c155d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pad_op
8 years ago
tensor-tang f40d5f580d remove syncOutputGrad, rename syncInputValue to updateInputData
8 years ago
tensor-tang d4c0734840 remove convertOutputToOtherDevice
8 years ago
tensor-tang d74fe78040 refine MKLDNNMatrix, solid data handle, rename updateData to setData
8 years ago
Liu Yiqun 70e60d73f9 Merge branch 'develop' into core_add_fc_op
8 years ago
Yiqun Liu 4fbc03d351 Merge pull request #4002 from reyoung/feature/remove_enforce_demagle
8 years ago
Tao Luo 0f7bc938b6 Merge pull request #3997 from luotao1/build
8 years ago
dangqingqing e75aab3a39 Remove redundant code in lod_tensor.h
8 years ago
Liu Yiqun d874fca46b Support multiple inputs in FCOp.
8 years ago
Yu Yang dad5421afe Remove enforce demangle
8 years ago
qingqing01 0f05fded23 Merge pull request #3991 from Noplz/develop
8 years ago
dangqingqing 372ede1527 update and fix conflicts.
8 years ago
Luo Tao 74de8c0c76 make docker can configure with_mkldnn and with_mklml
8 years ago
dangqingqing d0dbc0610f Correctly use host_vector in LoDTensor and expose LoDTensor to Python.
8 years ago
wanghaoshuang e1da6c06c2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pad_op
8 years ago
wanghaoshuang c7b347887d Fix variable names and comments
8 years ago
gaoyuan 38e7ad799c Set detection output to NULL
8 years ago
QI JUN c1696696a3 Merge pull request #3882 from QiJune/refactor_op_py_test
8 years ago
Yibing Liu 02da0d1bb2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into reshape_op_dev
8 years ago
Yuan Gao 4343be3309 Update DetectionUtil.cpp
8 years ago
Yuan Gao dade4272c7 Update DetectionUtil.cpp
8 years ago
wenshilei a510377024 Fix ssd bugs.
8 years ago
yangyaming 36e50135b8 Remove EigenMatrix define.
8 years ago
yangyaming 696b1f5fa9 Refine doc.
8 years ago
yangyaming 984117458c Finish modified huber loss op.
8 years ago
chengduo 0be349496f Merge pull request #3594 from chengduoZH/Adapting_to_the_BatchNorm_structure_to_support_3D_data
8 years ago
Yu Yang c5fa417c62 Host and device transform API
8 years ago
chengduoZH 91a0c11b19 Adaptive data structure for SwitchOrderLayer
8 years ago
yangyaming 076dcb9b45 Simpify the initialization for weights.
8 years ago
yangyaming 3a49bae0b4 Finish forward for GPU and CPU and CPU backward.
8 years ago
wanghaoshuang d960cbdcf3 Fix comment
8 years ago
wanghaoshuang d79e3e4d9b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pad_op
8 years ago
wanghaoshuang 0910a9bac4 Refine pad op
8 years ago
qijun 090b8114e6 merge baidu/develop
8 years ago