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 fd0e1e893f
Fix warnings in lookup_op
8 years ago
..
math fix gpu build error 8 years ago
rnn Rnn make stepnet member (#3469) 8 years ago
.clang-format Reformat paddle/operators/* strictly following Google Style Guide 8 years ago
CMakeLists.txt refine paddle/operator/CMakeLists.txt 8 years ago
add_op.cc Revert "Remove `grad_op_type` in `REGISTER_OP`" 8 years ago
add_op.cu "remove type alias" 8 years ago
add_op.h Resovle conflicts manually 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.cu gather op added with python unittest 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 add GetAttr to InferShapeContext 8 years ago
gaussian_random_op.cu add GetAttr to InferShapeContext 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 Revert "Remove `grad_op_type` in `REGISTER_OP`" 8 years ago
scale_op.cu Change IdentityOp to ScaleOp 8 years ago
scale_op.h add GetAttr to InferShapeContext 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.cu fix problems 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 add GetAttr to InferShapeContext 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 Revert "Remove `grad_op_type` in `REGISTER_OP`" 8 years ago
softmax_op.cu "fix clang format" 8 years ago
softmax_op.h clang format 8 years ago
uniform_random_op.cc add GetAttr to InferShapeContext 8 years ago
uniform_random_op.cu add GetAttr to InferShapeContext 8 years ago