You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/paddle/operators
hedaoyuan 0140f3f9d0
Merge pull request #3753 from hedaoyuan/conv_op
8 years ago
..
math Add im2col_test. 8 years ago
rnn Merge branch 'develop' of github.com:baidu/Paddle into feature/change_get_attr_to_attr 8 years ago
.clang-format Reformat paddle/operators/* strictly following Google Style Guide 8 years ago
CMakeLists.txt Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-3736 8 years ago
add_op.cc follow comments to revert add_two_op to add_op 8 years ago
add_op.cu fix a type error in operator/CMakeLists.txt 8 years ago
add_op.h follow comments to revert add_two_op to add_op 8 years ago
cos_sim_op.cc Update cos_sim operator by following reviewer's comments. 8 years ago
cos_sim_op.cu Add cos_sim op. 8 years ago
cos_sim_op.h fix clang build and run error 8 years ago
cross_entropy_op.cc Revert "Remove `grad_op_type` in `REGISTER_OP`" 8 years ago
cross_entropy_op.cu Replace functor by function. 8 years ago
cross_entropy_op.h Replace functor by function. 8 years ago
fill_zeros_like_op.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refactor_registry_macro 8 years ago
fill_zeros_like_op.cu "fix clang format error" 8 years ago
fill_zeros_like_op.h Remove set functor and add comapre_grad test 8 years ago
gather.h remove opregistry in gather function 8 years ago
gather_op.cc Revert "Remove `grad_op_type` in `REGISTER_OP`" 8 years ago
gather_op.h gather op bp passed 8 years ago
gather_test.cc FIX: tensor memory must be gaven back to buddy allocator for free 8 years ago
gaussian_random_op.cc Merge branch 'develop' of github.com:baidu/Paddle into feature/change_get_attr_to_attr 8 years ago
gaussian_random_op.cu Pass CI 8 years ago
identity_op.cc move identity_op from scale_op.cc to be a single file 8 years ago
lookup_table_op.cc Revert "Remove `grad_op_type` in `REGISTER_OP`" 8 years ago
lookup_table_op.cu Remove set functor and add comapre_grad test 8 years ago
lookup_table_op.h Fix warnings in lookup_op 8 years ago
mean_op.cc Revert "Remove `grad_op_type` in `REGISTER_OP`" 8 years ago
mean_op.cu "remove alias to more operators" 8 years ago
mean_op.h Add MeanOp's Gradient Test And Fix Mean Op Gradient 8 years ago
minus_op.cc Merge pull request #3851 from luotao1/no_kernel_op 8 years ago
minus_op.cu Add minus 8 years ago
minus_op.h Add minus 8 years ago
mul_op.cc Merge pull request #3857 from qingqing01/grad_test_for_multi_inputs 8 years ago
mul_op.cu set gemm support continuous memory now 8 years ago
mul_op.h revert scatter_op and other mirror changes. 8 years ago
net_op.cc refine backward 8 years ago
net_op.h Merge branch 'develop' into feature/extract_op_info_into_op_info.cc 8 years ago
net_op_design.md move net_op to operators/ (#3201) 8 years ago
net_op_test.cc reduce some compile warning 8 years ago
recurrent_op.cc package a new USE_NO_KERNEL_OP for USE_OP_ITSELF 8 years ago
recurrent_op.h Extract OpInfo into a library 8 years ago
rnn_design.md update more details 8 years ago
rowwise_add_op.cc Merge pull request #3857 from qingqing01/grad_test_for_multi_inputs 8 years ago
rowwise_add_op.cu register rowwise add gpu kernel 8 years ago
rowwise_add_op.h Make some operator correctly handle gradients for multi inputs. 8 years ago
scale_op.cc Merge branch 'develop' of github.com:baidu/Paddle into feature/change_get_attr_to_attr 8 years ago
scale_op.cu Change IdentityOp to ScaleOp 8 years ago
scale_op.h Change `Op::GetAttr` to `Op::Attr` 8 years ago
scatter.h fix all bugs 8 years ago
scatter_op.cc revert scatter_op and other mirror changes. 8 years ago
scatter_op.h revert scatter_op and other mirror changes. 8 years ago
scatter_test.cc Fix scatter_test 8 years ago
sgd_op.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refactor_registry_macro 8 years ago
sgd_op.cu "remove alias to more operators" 8 years ago
sgd_op.h Change `Op::GetAttr` to `Op::Attr` 8 years ago
sigmoid_op.cc Revert "Remove `grad_op_type` in `REGISTER_OP`" 8 years ago
sigmoid_op.cu "fix clang format" 8 years ago
sigmoid_op.h tune max relative error for sigmoid op unit test. 8 years ago
softmax_op.cc update doc of softmax_op. 8 years ago
softmax_op.cu "fix clang format" 8 years ago
softmax_op.h clang format 8 years ago
squared_l2_distance_op.cc Follow GLOG enforcing style. 8 years ago
squared_l2_distance_op.cu Finish framework of squared_l2_distance_op. 8 years ago
squared_l2_distance_op.h Using EigenVector to replace EigenMatrix for some variables. 8 years ago
uniform_random_op.cc Merge branch 'develop' of github.com:baidu/Paddle into feature/change_get_attr_to_attr 8 years ago
uniform_random_op.cu Pass CI 8 years ago