Commit Graph

6517 Commits (a90274eb5ce32025ed9492d969502cc3157cee52)
 

Author SHA1 Message Date
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
Cao Ying b52e5c2b31 Merge pull request #3804 from lcy-seso/rename_sequence_into_seq
8 years ago
Tao Luo 39266cc6f9 Merge pull request #3803 from tensor-tang/develop
8 years ago
tensor-tang f878c0c6ba add use_mkldnn flag to v2
8 years ago
caoying03 9cb833cbd8 rename sequence into seq to keep a constant style.
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
Helin Wang 67eff9fa9c polish
8 years ago
Helin Wang c2a16b5c91 update OP based parameter server design
8 years ago
Helin Wang 74b22c3737 update figures
8 years ago
hedaoyuan 90bf4f60ae Add stride support 2 for NeonDepthwiseConvTranspose.
8 years ago
chengduo fcad0a3a4b Merge pull request #3504 from chengduoZH/Add_3DPooling
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
Liu Yiqun 0ea4e2588b Update the version of OpenBLAS and set the sysroot to fix compiling error using clang on Mac.
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
chengduo 1e6c9926db Merge pull request #3348 from chengduoZH/develop
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
Tao Luo 5a7359c457 Merge pull request #3785 from Xreki/fix_remove_unused
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 a4e1e127f3 Add test_conv3d_layer.protostr,test_deconv3d_layer.protostr
8 years ago
chengduoZH 3ad748e225 Fix img_layers.protostr,img_trans_layers.protostr. Add test_BatchNorm3D.protostr
8 years ago