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
QI JUN 5810d63ffc
Merge pull request #3617 from QiJune/fix_code_style
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 expose random seed to users 8 years ago
add_op.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refactor_registry_macro 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 Implement GPU kernel for cross entropy operator. 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 Fix python unit tests 8 years ago
gather.h gather warning fixed 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 use clang-format 8 years ago
gaussian_random_op.cu use clang-format 8 years ago
mean_op.cc Rename `AsNoGradient` of VariableBuilder to `NotInGradient` 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
mul_op.cc refine random related ops 8 years ago
mul_op.cu set gemm support continuous memory now 8 years ago
mul_op.h "tensor mutable data" 8 years ago
net_op.cc Merge branch 'develop' of github.com:baidu/Paddle into feature/clone_op 8 years ago
net_op.h Rename `Net::AddOp` to `Net::AppendOp` 8 years ago
net_op_design.md move net_op to operators/ (#3201) 8 years ago
net_op_test.cc Rename `Net::AddOp` to `Net::AppendOp` 8 years ago
recurrent_op.cc Remove std::shared_ptr in Python & C++ 8 years ago
recurrent_op.h Remove std::shared_ptr in Python & C++ 8 years ago
rnn_design.md update more details 8 years ago
rowwise_add_op.cc fix rowwise_add_grad_op 8 years ago
rowwise_add_op.cu Merge remote-tracking branch 'origin/develop' into add_op_gradient 8 years ago
rowwise_add_op.h format Copyright 8 years ago
scatter.h fix all bugs 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 fix-sgd 8 years ago
sigmoid_op.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into bp_test 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 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refactor_registry_macro 8 years ago
softmax_op.cu "fix clang format" 8 years ago
softmax_op.h clang format 8 years ago
uniform_random_op.cc use clang-format 8 years ago
uniform_random_op.cu use clang-format 8 years ago