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
dangqingqing 58e3ad0a70
Fix conflicts.
7 years ago
..
detail Renamed to strided_memcpy and prettify unittests 8 years ago
math Refine code. 8 years ago
rnn RNNOp remove alias (#4274) 8 years ago
.clang-format Reformat paddle/operators/* strictly following Google Style Guide 8 years ago
CMakeLists.txt Merge pull request #4071 from QiJune/activation_ops 8 years ago
accuracy_op.cc Add the check of inputs and outputs in all operators. 8 years ago
accuracy_op.cu Refine accuracy_op CUDA kernel (#4097) 8 years ago
accuracy_op.h Accuracy op (#3907) 8 years ago
activation_op.cc merge baidu/develop 8 years ago
activation_op.cu fix gpu build error 8 years ago
activation_op.h add activation operators and python unittests 8 years ago
add_op.cc Add the check of inputs and outputs in all operators. 8 years ago
add_op.cu fix a type error in operator/CMakeLists.txt 8 years ago
add_op.h follow comments to revert add_two_op to add_op 8 years ago
clip_op.cc Update transform invocation 8 years ago
clip_op.cu Update transform invocation 8 years ago
clip_op.h Fix ptr type 8 years ago
concat_op.cc Add the check of inputs and outputs in all operators. 8 years ago
concat_op.h Add Concat operator with CPU kernel (#3775) 8 years ago
cond_op.cc Add the check of inputs and outputs in all operators. 8 years ago
cond_op.h remove empty line 8 years ago
conv2d_op.cc Support input_grad = null or filter_grad = null. 8 years ago
conv2d_op.cu Some bug fix. 8 years ago
cos_sim_op.cc Add the check of inputs and outputs in all operators. 8 years ago
cos_sim_op.cu Add cos_sim op. 8 years ago
cos_sim_op.h Fix Clang compile error 8 years ago
crop_op.cc move stride function to ddim.h 8 years ago
crop_op.cu Use stridecpy instead of CUDA kernel 8 years ago
crop_op.h move stride function to ddim.h 8 years ago
cross_entropy_op.cc Use soft_label attribute for cross-entropy. 8 years ago
cross_entropy_op.cu Use soft_label attribute for cross-entropy. 8 years ago
cross_entropy_op.h Use soft_label attribute for cross-entropy. 8 years ago
dropout_op.cc Add bool type for attribute and use it in dropout_op. 8 years ago
dropout_op.cu Add bool type for attribute and use it in dropout_op. 8 years ago
dropout_op.h Add bool type for attribute and use it in dropout_op. 8 years ago
elementwise_mul_op.cc Add the check of inputs and outputs in all operators. 8 years ago
elementwise_mul_op.cu Add element-wise multiplication operator. (#3787) 8 years ago
elementwise_mul_op.h Delete unused `USE_OP` in combination op, and unused include in elementwise_mul_op.h 8 years ago
fc_op.cc Delete USE_OP statements and add more ENFORCE statements to check the inputs and outputs in FCOp. 8 years ago
fill_zeros_like_op.cc Add the check of inputs and outputs in all operators. 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 Add the check of inputs and outputs in all operators. 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 the check of inputs and outputs in all operators. 8 years ago
gaussian_random_op.cu Add function to get element count from tensor. 8 years ago
gemm_conv2d_op.h Refine code. 8 years ago
identity_op.cc Delete USE_OP statements and add more ENFORCE statements to check the inputs and outputs in FCOp. 8 years ago
lookup_table_op.cc Add the check of inputs and outputs in all operators. 8 years ago
lookup_table_op.cu Add function to get element count from tensor. 8 years ago
lookup_table_op.h Add function to get element count from tensor. 8 years ago
mean_op.cc Add the check of inputs and outputs in all operators. 8 years ago
mean_op.cu "remove alias to more operators" 8 years ago
mean_op.h Add function to get element count from tensor. 8 years ago
minus_op.cc Merge branch 'develop' into core_add_fc_op 8 years ago
minus_op.cu Add minus 8 years ago
minus_op.h Add minus 8 years ago
modified_huber_loss_op.cc Using LoDTensor for output. 8 years ago
modified_huber_loss_op.cu Fix some conflicts and correct unittest. 8 years ago
modified_huber_loss_op.h Using LoDTensor for output. 8 years ago
mul_op.cc Add the check of inputs and outputs in all operators. 8 years ago
mul_op.cu set gemm support continuous memory now 8 years ago
mul_op.h Remove lazy-initialization in device_context 8 years ago
name_convention.md "better format" 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
pad_op.cc Add the check of inputs and outputs in all operators. 8 years ago
pad_op.cu Add pad op 8 years ago
pad_op.h Fix nullptr check 8 years ago
prelu_op.cc prelu 8 years ago
prelu_op.cu prelu with gpu 8 years ago
prelu_op.h Merge pull request #4217 from jacquesqiao/add_op_proto_maker 8 years ago
rank_loss_op.cc fix a typo in rank_loss_op 8 years ago
rank_loss_op.cu add rank_loss operator 8 years ago
rank_loss_op.h refine rank_loss_op 8 years ago
recurrent_op.cc RNNOp remove alias (#4274) 8 years ago
recurrent_op.h Extract OpInfo into a library 8 years ago
reshape_op.cc Add the check of inputs and outputs in all operators. 8 years ago
reshape_op.cu add reshape operator 8 years ago
reshape_op.h fix cpplint error 8 years ago
rnn_design.md update more details 8 years ago
rowwise_add_op.cc Add the check of inputs and outputs in all operators. 8 years ago
rowwise_add_op.cu register rowwise add gpu kernel 8 years ago
rowwise_add_op.h Follow comments 8 years ago
scale_op.cc Add the check of inputs and outputs in all operators. 8 years ago
scale_op.cu Change IdentityOp to ScaleOp 8 years ago
scale_op.h Change `Op::GetAttr` to `Op::Attr` 8 years ago
scatter.h fix all bugs 8 years ago
scatter_op.cc Add the check of inputs and outputs in all operators. 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
sequence_avg_pool_op.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into seq_op_test 8 years ago
sequence_avg_pool_op.cu Using LoDTensor instead of Tensor in every operator. 8 years ago
sequence_avg_pool_op.h Enhance unit testing framework for operator with LoDTensor. 8 years ago
sgd_op.cc Add the check of inputs and outputs in all operators. 8 years ago
sgd_op.cu "remove alias to more operators" 8 years ago
sgd_op.h Change `Op::GetAttr` to `Op::Attr` 8 years ago
smooth_l1_loss_op.cc Refine doc. 8 years ago
smooth_l1_loss_op.cu Complete smooth_l1_loss_op. 8 years ago
smooth_l1_loss_op.h Refine doc. 8 years ago
softmax_op.cc Add the check of inputs and outputs in all operators. 8 years ago
softmax_op.cu "fix clang format" 8 years ago
softmax_op.h rename input and output of softmax_op. 8 years ago
split_op.cc Split operator with CPU kernel (#4046) 8 years ago
split_op.h Split operator with CPU kernel (#4046) 8 years ago
squared_l2_distance_op.cc Add the check of inputs and outputs in all operators. 8 years ago
squared_l2_distance_op.cu Finish framework of squared_l2_distance_op. 8 years ago
squared_l2_distance_op.h Add function to get element count from tensor. 8 years ago
strided_memcpy.h Renamed to strided_memcpy and prettify unittests 8 years ago
strided_memcpy_test.cc Renamed to strided_memcpy and prettify unittests 8 years ago
sum_op.cc Add the check of inputs and outputs in all operators. 8 years ago
sum_op.cu refactor operator python test and add sum operator 8 years ago
sum_op.h refactor operator python test and add sum operator 8 years ago
top_k_op.cc Add the check of inputs and outputs in all operators. 8 years ago
top_k_op.cu Add topk op (#3760) 8 years ago
top_k_op.h Add topk op (#3760) 8 years ago
transpose_op.cc modify the input\output name to X\Out 8 years ago
transpose_op.cu delete cuda impl, complete comments, modify variable naming 8 years ago
transpose_op.h modify the input\output name to X\Out 8 years ago
uniform_random_op.cc Add the check of inputs and outputs in all operators. 8 years ago
uniform_random_op.cu Add function to get element count from tensor. 8 years ago