Commit Graph

3430 Commits (0c05ea39d4632de296d4f607dd15dce19df5cd04)

Author SHA1 Message Date
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
wanghaoshuang 7deddab1ff Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_op
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
whs 08f9b72dbf Merge pull request #3765 from wanghaoshuang/pad_op
8 years ago
Yiqun Liu e4bab9a45c Merge pull request #4057 from Xreki/build_install_third_party
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
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
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
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
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
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
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
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
qijun f50e36e285 follow comments
8 years ago
fengjiayi 544458e011 Merge pull request #3888 from Canpio/dev_add_axis
8 years ago
dongzhihong 9669ddd920 Merge remote-tracking branch 'origin/develop' into backward
8 years ago