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
qijun 87ba6cbf20
merge baidu/develop
9 years ago
..
math fix relu functor and revert some codes 9 years ago
rnn Replace LoDTensor in elementwise_mul_op, pad_op and recurrent_op_utils. 9 years ago
.clang-format Reformat paddle/operators/* strictly following Google Style Guide 9 years ago
CMakeLists.txt Merge remote-tracking branch 'baidu/develop' into activation_ops 9 years ago
accuracy_op.cc Add the check of inputs and outputs in all operators. 9 years ago
accuracy_op.cu Accuracy op (#3907) 9 years ago
accuracy_op.h Accuracy op (#3907) 9 years ago
activation_op.cc merge baidu/develop 9 years ago
activation_op.cu fix gpu build error 9 years ago
activation_op.h add activation operators and python unittests 9 years ago
add_op.cc Add the check of inputs and outputs in all operators. 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
concat_op.cc Add the check of inputs and outputs in all operators. 9 years ago
concat_op.h Add Concat operator with CPU kernel (#3775) 9 years ago
cond_op.cc Add the check of inputs and outputs in all operators. 9 years ago
cond_op.h remove empty line 9 years ago
cos_sim_op.cc Add the check of inputs and outputs in all operators. 9 years ago
cos_sim_op.cu Add cos_sim op. 9 years ago
cos_sim_op.h Fix Clang compile error 9 years ago
elementwise_mul_op.cc Add the check of inputs and outputs in all operators. 9 years ago
elementwise_mul_op.cu Add element-wise multiplication operator. (#3787) 9 years ago
elementwise_mul_op.h Delete unused `USE_OP` in combination op, and unused include in elementwise_mul_op.h 9 years ago
fill_zeros_like_op.cc Add the check of inputs and outputs in all operators. 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 Add the check of inputs and outputs in all operators. 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 Add the check of inputs and outputs in all operators. 9 years ago
gaussian_random_op.cu Add function to get element count from tensor. 9 years ago
identity_op.cc Add the check of inputs and outputs in all operators. 9 years ago
lookup_table_op.cc Add the check of inputs and outputs in all operators. 9 years ago
lookup_table_op.cu Add function to get element count from tensor. 9 years ago
lookup_table_op.h Add function to get element count from tensor. 9 years ago
mean_op.cc Add the check of inputs and outputs in all operators. 9 years ago
mean_op.cu "remove alias to more operators" 9 years ago
mean_op.h Add function to get element count from tensor. 9 years ago
minus_op.cc Merge pull request #4126 from Xreki/core_fix_segfault 9 years ago
minus_op.cu Add minus 9 years ago
minus_op.h Add minus 9 years ago
mul_op.cc Add the check of inputs and outputs in all operators. 9 years ago
mul_op.cu set gemm support continuous memory now 9 years ago
mul_op.h Follow comments 9 years ago
name_convention.md "better format" 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
onehot_cross_entropy_op.cc Add the check of inputs and outputs in all operators. 9 years ago
onehot_cross_entropy_op.cu auto generate USE_OP() in pybind.cc 9 years ago
onehot_cross_entropy_op.h auto generate USE_OP() in pybind.cc 9 years ago
pad_op.cc Add the check of inputs and outputs in all operators. 9 years ago
pad_op.cu Add pad op 9 years ago
pad_op.h Fix nullptr check 9 years ago
recurrent_op.cc Using LoDTensor instead of Tensor in every operator. 9 years ago
recurrent_op.h Extract OpInfo into a library 9 years ago
reshape_op.cc Add the check of inputs and outputs in all operators. 9 years ago
reshape_op.cu add reshape operator 9 years ago
reshape_op.h fix cpplint error 9 years ago
rnn_design.md update more details 9 years ago
rowwise_add_op.cc Add the check of inputs and outputs in all operators. 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 Add the check of inputs and outputs in all operators. 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 Add the check of inputs and outputs in all operators. 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
sequence_avg_pool_op.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into seq_op_test 9 years ago
sequence_avg_pool_op.cu Using LoDTensor instead of Tensor in every operator. 9 years ago
sequence_avg_pool_op.h Enhance unit testing framework for operator with LoDTensor. 9 years ago
sgd_op.cc Add the check of inputs and outputs in all operators. 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
softmax_op.cc Add the check of inputs and outputs in all operators. 9 years ago
softmax_op.cu "fix clang format" 9 years ago
softmax_op.h rename input and output of softmax_op. 9 years ago
squared_l2_distance_op.cc Add the check of inputs and outputs in all operators. 9 years ago
squared_l2_distance_op.cu Finish framework of squared_l2_distance_op. 9 years ago
squared_l2_distance_op.h Add function to get element count from tensor. 9 years ago
sum_op.cc Add the check of inputs and outputs in all operators. 9 years ago
sum_op.cu refactor operator python test and add sum operator 9 years ago
sum_op.h refactor operator python test and add sum operator 9 years ago
top_k_op.cc Add the check of inputs and outputs in all operators. 9 years ago
top_k_op.cu Add topk op (#3760) 9 years ago
top_k_op.h Add topk op (#3760) 9 years ago
uniform_random_op.cc Add the check of inputs and outputs in all operators. 9 years ago
uniform_random_op.cu Add function to get element count from tensor. 9 years ago