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
Qiao Longfei e31a469ee0
add gradient test framework (#3226)
8 years ago
..
rnn Rnn forward logic test (#3291) 8 years ago
.clang-format Reformat paddle/operators/* strictly following Google Style Guide 8 years ago
CMakeLists.txt Add uniform random operator 8 years ago
add_op.cc fix some enforce (#3301) 8 years ago
add_op.cu Add cpplint for *.h and cuda *.cu 8 years ago
add_op.h Reformat paddle/operators/* strictly following Google Style Guide 8 years ago
add_op_test.cc Fix compile error 8 years ago
cross_entropy_op.cc add gradient test framework (#3226) 8 years ago
cross_entropy_op.cu check INFINITY in cross_entropy (#3287) 8 years ago
cross_entropy_op.h check INFINITY in cross_entropy (#3287) 8 years ago
fc_op.cc Reformat paddle/operators/* strictly following Google Style Guide 8 years ago
fill_zeros_like_op.cc fix some enforce (#3301) 8 years ago
fill_zeros_like_op.cu Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_FillZerosLikeOp_test 8 years ago
fill_zeros_like_op.h fix bug 8 years ago
mean_op.cc fix some enforce (#3301) 8 years ago
mean_op.cu Add cpplint for *.h and cuda *.cu 8 years ago
mean_op.h Reformat paddle/operators/* strictly following Google Style Guide 8 years ago
mean_op_test.cc Add mean cpu/gpu op 8 years ago
mul_op.cc Rnn forward logic test (#3291) 8 years ago
mul_op.cu Add cpplint for *.h and cuda *.cu 8 years ago
mul_op.h Reformat paddle/operators/* strictly following Google Style Guide 8 years ago
net_op.cc move net_op to operators/ (#3201) 8 years ago
net_op.h add gradient test framework (#3226) 8 years ago
net_op_design.md move net_op to operators/ (#3201) 8 years ago
net_op_test.cc Reformat paddle/operators/* strictly following Google Style Guide 8 years ago
recurrent_op.cc Rnn forward logic test (#3291) 8 years ago
recurrent_op.h move namespace rnn to a directory (#3261) 8 years ago
recurrent_op_test.cc move namespace rnn to a directory (#3261) 8 years ago
rnn_design.md update more details 8 years ago
rowwise_add_op.cc Reformat paddle/operators/* strictly following Google Style Guide 8 years ago
rowwise_add_op.cu Add cpplint for *.h and cuda *.cu 8 years ago
rowwise_add_op.h Reformat paddle/operators/* strictly following Google Style Guide 8 years ago
sgd_op.cc fix some enforce (#3301) 8 years ago
sgd_op.cu Add cpplint for *.h and cuda *.cu 8 years ago
sgd_op.h Reformat paddle/operators/* strictly following Google Style Guide 8 years ago
sgd_op_test.cc Add sgd op (#2950) 8 years ago
sigmoid_op.cc update to develop branch. 8 years ago
sigmoid_op.cu update to develop branch. 8 years ago
sigmoid_op.h update to develop branch. 8 years ago
softmax_op.cc fix some enforce (#3301) 8 years ago
softmax_op.cu fix softmax_op code line > 80 8 years ago
softmax_op.h Reformat paddle/operators/* strictly following Google Style Guide 8 years ago
type_alias.h Reformat paddle/operators/* strictly following Google Style Guide 8 years ago
uniform_random_op.cc Follow comments, change auto -> auto* 8 years ago
uniform_random_op.cu Follow comments 8 years ago