Commit Graph

6517 Commits (a90274eb5ce32025ed9492d969502cc3157cee52)
 

Author SHA1 Message Date
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 a22606ca0c fix bug
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
caoying03 b3ff125d55 follow comments.
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
caoying03 efd40b66cc update the doc for how to write the operators.
8 years ago
qiaolongfei 9b36536a0b typo
8 years ago
qiaolongfei d1fe87582f use block in demo code
8 years ago
chengduoZH 0692dd2061 fix test_bi_grumemory.protostr, test_recursive_topology.protostr, util_layers.protostr and new test_sub_nested_seq_select_layer.protostr
8 years ago
dangqingqing ab55d7933b revert scatter_op and other mirror changes.
8 years ago
qijun beafabc73e follow comments
8 years ago
qingqing01 95955cc742 Merge pull request #1 from reyoung/grad_test_for_multi_inputs
8 years ago
Tao Luo 843a8b1e5d Merge pull request #3856 from lcy-seso/fix_sub_nested_seq_protostr
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
Yu Yang 3d9d32a1c1 Invoke check_grad many times for no_grad_set
8 years ago
Yi Wang a266a222c7 Add initialization operators
8 years ago
qiaolongfei 2666d66b73 typo
8 years ago
Yi Wang 29fa887475 Add initialization operators
8 years ago
Yi Wang 35bb0c0f3f Merge pull request #3860 from wangkuiyi/graph_construction_design_doc
8 years ago
Yi Wang e4494bb441 Correct optimziation part
8 years ago
Yi Wang 9f3bcd0e46 Update image
8 years ago
Yi Wang bb0a11cd14 Add a graph building example
8 years ago
fengjiayi 94f7562402 Merge pull request #3859 from PaddlePaddle/revert-3824-remove_grad_op_type
8 years ago
qiaolongfei 2ea6f47841 update the design of variable
8 years ago
fengjiayi 9a3c69c268 Revert "Remove `grad_op_type` in `REGISTER_OP`"
8 years ago
qiaolongfei 87ee694985 complete the demo code
8 years ago
qiaolongfei 2695d96fb1 typo
8 years ago
qiaolongfei 3b29da379a update vardesc
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 7c785426e4 add missing protostr for sub_nested_seq_layer.
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
Cao Ying d7b2058433 Merge pull request #3845 from lcy-seso/rename_mse_to_square_error
8 years ago
whs a162ebce8b Merge branch 'develop' into pixel_softmax_layer
8 years ago
chengduoZH eaf23cb1e8 fix ModelConfig.proto, addto_layer and concat_layer
8 years ago
Luo Tao 740c8ba12a remove scatter_op.cu/gather_op.cu as they support only_cpu now
8 years ago
caoying03 10eacac9a7 follow comments and fix unittest.
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