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
fengjiayi 5aacd64b94
Follow comments
9 years ago
..
math fix gpu build error 9 years ago
rnn Merge branch 'develop' of github.com:baidu/Paddle into feature/change_get_attr_to_attr 9 years ago
.clang-format Reformat paddle/operators/* strictly following Google Style Guide 9 years ago
CMakeLists.txt fix a type error in operator/CMakeLists.txt 9 years ago
add_op.cc follow comments to revert add_two_op to add_op 9 years ago
add_op.cu fix a type error in operator/CMakeLists.txt 9 years ago
add_op.h follow comments to revert add_two_op to add_op 9 years ago
cos_sim_op.cc Update cos_sim operator by following reviewer's comments. 9 years ago
cos_sim_op.cu Add cos_sim op. 9 years ago
cos_sim_op.h fix clang build and run error 9 years ago
cross_entropy_op.cc Revert "Remove `grad_op_type` in `REGISTER_OP`" 9 years ago
cross_entropy_op.cu Replace functor by function. 9 years ago
cross_entropy_op.h Replace functor by function. 9 years ago
fill_zeros_like_op.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refactor_registry_macro 9 years ago
fill_zeros_like_op.cu "fix clang format error" 9 years ago
fill_zeros_like_op.h Remove set functor and add comapre_grad test 9 years ago
gather.h remove opregistry in gather function 9 years ago
gather_op.cc Revert "Remove `grad_op_type` in `REGISTER_OP`" 9 years ago
gather_op.h gather op bp passed 9 years ago
gather_test.cc FIX: tensor memory must be gaven back to buddy allocator for free 9 years ago
gaussian_random_op.cc Merge branch 'develop' of github.com:baidu/Paddle into feature/change_get_attr_to_attr 9 years ago
gaussian_random_op.cu Pass CI 9 years ago
identity_op.cc move identity_op from scale_op.cc to be a single file 9 years ago
lookup_table_op.cc Revert "Remove `grad_op_type` in `REGISTER_OP`" 9 years ago
lookup_table_op.cu Remove set functor and add comapre_grad test 9 years ago
lookup_table_op.h Fix warnings in lookup_op 9 years ago
mean_op.cc Revert "Remove `grad_op_type` in `REGISTER_OP`" 9 years ago
mean_op.cu "remove alias to more operators" 9 years ago
mean_op.h Add MeanOp's Gradient Test And Fix Mean Op Gradient 9 years ago
minus_op.cc Merge pull request #3851 from luotao1/no_kernel_op 9 years ago
minus_op.cu Add minus 9 years ago
minus_op.h Add minus 9 years ago
mul_op.cc Follow comments 9 years ago
mul_op.cu set gemm support continuous memory now 9 years ago
mul_op.h Follow comments 9 years ago
net_op.cc refine backward 9 years ago
net_op.h Merge branch 'develop' into feature/extract_op_info_into_op_info.cc 9 years ago
net_op_design.md move net_op to operators/ (#3201) 9 years ago
net_op_test.cc reduce some compile warning 9 years ago
recurrent_op.cc package a new USE_NO_KERNEL_OP for USE_OP_ITSELF 9 years ago
recurrent_op.h Extract OpInfo into a library 9 years ago
rnn_design.md update more details 9 years ago
rowwise_add_op.cc Follow comments 9 years ago
rowwise_add_op.cu register rowwise add gpu kernel 9 years ago
rowwise_add_op.h Follow comments 9 years ago
scale_op.cc Merge branch 'develop' of github.com:baidu/Paddle into feature/change_get_attr_to_attr 9 years ago
scale_op.cu Change IdentityOp to ScaleOp 9 years ago
scale_op.h Change `Op::GetAttr` to `Op::Attr` 9 years ago
scatter.h fix all bugs 9 years ago
scatter_op.cc revert scatter_op and other mirror changes. 9 years ago
scatter_op.h revert scatter_op and other mirror changes. 9 years ago
scatter_test.cc Fix scatter_test 9 years ago
sgd_op.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refactor_registry_macro 9 years ago
sgd_op.cu "remove alias to more operators" 9 years ago
sgd_op.h Change `Op::GetAttr` to `Op::Attr` 9 years ago
sigmoid_op.cc Revert "Remove `grad_op_type` in `REGISTER_OP`" 9 years ago
sigmoid_op.cu "fix clang format" 9 years ago
sigmoid_op.h tune max relative error for sigmoid op unit test. 9 years ago
softmax_op.cc update doc of softmax_op. 9 years ago
softmax_op.cu "fix clang format" 9 years ago
softmax_op.h clang format 9 years ago
uniform_random_op.cc Merge branch 'develop' of github.com:baidu/Paddle into feature/change_get_attr_to_attr 9 years ago
uniform_random_op.cu Pass CI 9 years ago