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
Yu Yang ee82e660c5
Merge pull request #5447 from reyoung/feature/fill_constant_no_template
7 years ago
..
detail Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
images Design doc: Batch Normalization Operator (#3748) 7 years ago
math Fix CI 7 years ago
nccl "fixed based on comment" 7 years ago
rnn feature/dynamic recurrent op forward and backward (#4799) 7 years ago
.clang-format Unify clang-format and add some missing clang-format 7 years ago
CMakeLists.txt Merge pull request #5445 from reyoung/feature/fix_dynamic_rnn_compile 7 years ago
accuracy_op.cc Polish OpWithKernel 7 years ago
accuracy_op.cu refine get cuda context 7 years ago
accuracy_op.h Refine evaluator op types (#5208) 7 years ago
activation_op.cc Polish Operator Doc (m) (#5375) 7 years ago
activation_op.cu Gradient check use graph (#5027) 7 years ago
activation_op.h small fix 7 years ago
adadelta_op.cc Adding the doc format for AdaDelta, AdaMax, Adam, AdaGrad, BatchNorm, Clip, Cast and AUC (#5317) 7 years ago
adadelta_op.cu Adding Adadelta optimization operator (#4576) 7 years ago
adadelta_op.h Adding Adadelta optimization operator (#4576) 7 years ago
adagrad_op.cc Adding the doc format for AdaDelta, AdaMax, Adam, AdaGrad, BatchNorm, Clip, Cast and AUC (#5317) 7 years ago
adagrad_op.cu fix format 7 years ago
adagrad_op.h change learning rate and fix format 7 years ago
adam_op.cc Adding the doc format for AdaDelta, AdaMax, Adam, AdaGrad, BatchNorm, Clip, Cast and AUC (#5317) 7 years ago
adam_op.cu Adding the Adam Optimizer operator (#4733) 7 years ago
adam_op.h Removing updates of Beta1 and Beta2 power accumulators outside the op (#4925) 7 years ago
adamax_op.cc Adding the doc format for AdaDelta, AdaMax, Adam, AdaGrad, BatchNorm, Clip, Cast and AUC (#5317) 7 years ago
adamax_op.cu Implementing the Adamax optimizer operator (#4538) 7 years ago
adamax_op.h Removing updates of Beta1 power accumulators outside the op (#4931) 7 years ago
array_to_lod_tensor_op.cc Feature/rnn to array to lod tensor (#5411) 7 years ago
auc_op.cc Polish OpWithKernel 7 years ago
auc_op.h Refine evaluator op types (#5208) 7 years ago
batch_norm_op.cc Polish OpWithKernel 7 years ago
batch_norm_op.cu batch norm fully tortured and passed 7 years ago
batch_norm_op.h CPU Batch Norm Op (#4964) 7 years ago
batch_norm_op.md Design doc: Batch Normalization Operator (#3748) 7 years ago
cast_op.cc Adding the doc format for AdaDelta, AdaMax, Adam, AdaGrad, BatchNorm, Clip, Cast and AUC (#5317) 7 years ago
cast_op.cu Cast Operator (#5149) 7 years ago
cast_op.h Cast Operator (#5149) 7 years ago
clip_op.cc Adding the doc format for AdaDelta, AdaMax, Adam, AdaGrad, BatchNorm, Clip, Cast and AUC (#5317) 7 years ago
clip_op.cu Update transform invocation 8 years ago
clip_op.h Add Skeleton of Double support 7 years ago
compare_op.cc Compare Operator (#5325) 7 years ago
compare_op.cu Compare Operator (#5325) 7 years ago
compare_op.h Compare Operator (#5325) 7 years ago
concat_op.cc Polish from concat to conv shift operators (#5347) 7 years ago
concat_op.cu Use StridedMemCpy in Concat/Split Kernel (#4188) 7 years ago
concat_op.h Fix compile 7 years ago
cond_op.cc Polish from concat to conv shift operators (#5347) 7 years ago
cond_op.h remove Runtime InferShape for cond op (#4518) 7 years ago
conv2d_transpose_cudnn_op.cc deconv2d kernel and deconv3d kernel write together 7 years ago
conv2d_transpose_cudnn_op.cu Merge pull request #5403 from typhoonzero/refine_get_cuda_context 7 years ago
conv_cudnn_op.cc write conv2d and conv3d together 7 years ago
conv_cudnn_op.cu Merge pull request #5403 from typhoonzero/refine_get_cuda_context 7 years ago
conv_op.cc write conv2d and conv3d together 7 years ago
conv_op.cu write conv2d and conv3d together 7 years ago
conv_op.h write conv2d and conv3d together 7 years ago
conv_shift_op.cc Polish from concat to conv shift operators (#5347) 7 years ago
conv_shift_op.cu refine get cuda context 7 years ago
conv_shift_op.h Conv Shift Operator (#4591) 7 years ago
conv_transpose_op.cc deconv2d kernel and deconv3d kernel write together 7 years ago
conv_transpose_op.cu deconv2d kernel and deconv3d kernel write together 7 years ago
conv_transpose_op.h deconv2d kernel and deconv3d kernel write together 7 years ago
cos_sim_op.cc polish doc c to d 7 years ago
cos_sim_op.cu Add cos_sim op. 8 years ago
cos_sim_op.h Add Skeleton of Double support 7 years ago
crf_decoding_op.cc Polish OpWithKernel 7 years ago
crf_decoding_op.h Add the crf_decoding operator. (#5352) 7 years ago
crop_op.cc polish doc c to d 7 years ago
crop_op.cu Use stridecpy instead of CUDA kernel 8 years ago
crop_op.h Add Skeleton of Double support 7 years ago
cross_entropy_op.cc Polish OpWithKernel 7 years ago
cross_entropy_op.cu refine get cuda context 7 years ago
cross_entropy_op.h support sparse output for lookup table grad op (#5145) 7 years ago
decayed_adagrad_op.cc polish doc c to d 7 years ago
decayed_adagrad_op.cu Implementing the Decayed Adagrad optimizer operator (#4645) 7 years ago
decayed_adagrad_op.h Implementing the Decayed Adagrad optimizer operator (#4645) 7 years ago
dropout_op.cc polish doc c to d 7 years ago
dropout_op.cu Add Skeleton of Double support 7 years ago
dropout_op.h update _create_op_func_ and support generate dropout layer (#5134) 7 years ago
dynamic_recurrent_op.cc polish doc c to d 7 years ago
dynamic_recurrent_op.h feature/dynamic recurrent op forward and backward (#4799) 7 years ago
dynamic_recurrent_op_test.cc Feature/executor use program bind (#5196) 7 years ago
elementwise_add_op.cc polish op from e to f (#5357) 7 years ago
elementwise_add_op.cu Elementwise operator. (#4139) 7 years ago
elementwise_add_op.h Add Skeleton of Double support 7 years ago
elementwise_div_op.cc polish op from e to f (#5357) 7 years ago
elementwise_div_op.cu Elementwise operator. (#4139) 7 years ago
elementwise_div_op.h Add Skeleton of Double support 7 years ago
elementwise_mul_op.cc polish op from e to f (#5357) 7 years ago
elementwise_mul_op.cu Change registry, test register double kernel 7 years ago
elementwise_mul_op.h Add Skeleton of Double support 7 years ago
elementwise_op.h polish op from e to f (#5357) 7 years ago
elementwise_op_function.h fix elementwise add bug 7 years ago
elementwise_sub_op.cc polish op from e to f (#5357) 7 years ago
elementwise_sub_op.cu Elementwise operator. (#4139) 7 years ago
elementwise_sub_op.h Add Skeleton of Double support 7 years ago
feed_op.cc polish op from e to f (#5357) 7 years ago
fetch_op.cc polish op from e to f (#5357) 7 years ago
fill_constant_batch_size_like_op.cc Polish OpWithKernel 7 years ago
fill_constant_batch_size_like_op.cu add fill constant batch size like op (#5057) 7 years ago
fill_constant_batch_size_like_op.h add fill constant batch size like op (#5057) 7 years ago
fill_constant_op.cc Polish OpWithKernel 7 years ago
fill_constant_op.cu ReadFromArray/WriteToArray op (#5407) 7 years ago
fill_constant_op.h Gradient check use graph (#5027) 7 years ago
fill_zeros_like_op.cc polish op from e to f (#5357) 7 years ago
fill_zeros_like_op.cu "fix clang format error" 8 years ago
fill_zeros_like_op.h Add Skeleton of Double support 7 years ago
gather.cu.h gather scatter fix according to google style 7 years ago
gather.h gather scatter fix according to google style 7 years ago
gather_op.cc Polish OpWithKernel 7 years ago
gather_op.cu gather scatter fix according to google style 7 years ago
gather_op.h gather scatter fix according to google style 7 years ago
gather_test.cc gather scatter fix according to google style 7 years ago
gaussian_random_op.cc Polish OpWithKernel 7 years ago
gaussian_random_op.cu Add Skeleton of Double support 7 years ago
gru_op.cc Refine GRU Operator by following comments 7 years ago
gru_op.cu Add GRU Operator 7 years ago
gru_op.h Clean code of GRU Operator 7 years ago
gru_unit_op.cc polish_g_to_l (#5367) 7 years ago
gru_unit_op.cu Gradient check use graph (#5027) 7 years ago
gru_unit_op.h Refine gru_unit_op by optional bias 7 years ago
huber_loss_op.cc polish_g_to_l (#5367) 7 years ago
huber_loss_op.cu Add huber loss operator. 8 years ago
huber_loss_op.h Using static_cast to make more robust. 7 years ago
increment_op.cc ReadFromArray/WriteToArray op (#5407) 7 years ago
increment_op.cu ReadFromArray/WriteToArray op (#5407) 7 years ago
increment_op.h ReadFromArray/WriteToArray op (#5407) 7 years ago
l1_norm_op.cc polish_g_to_l (#5367) 7 years ago
l1_norm_op.cu Adding L1 norm op for L1 regularization (#5058) 7 years ago
l1_norm_op.h Adding L1 norm op for L1 regularization (#5058) 7 years ago
linear_chain_crf_op.cc Polish OpWithKernel 7 years ago
linear_chain_crf_op.cu add gpu kernel by copying inputs/outputs between cpu and gpu. 7 years ago
linear_chain_crf_op.h Add the crf_decoding operator. (#5352) 7 years ago
load_op.cc polish_g_to_l (#5367) 7 years ago
lod_rank_table_op.cc Feature/rnn to array to lod tensor (#5411) 7 years ago
lod_tensor_to_array_op.cc Feature/rnn to array to lod tensor (#5411) 7 years ago
lookup_table_op.cc Polish OpWithKernel 7 years ago
lookup_table_op.cu update 7 years ago
lookup_table_op.h Fix bug in lookup_table_op & layers (#5298) 7 years ago
lrn_op.cc polish_g_to_l (#5367) 7 years ago
lrn_op.cu Local response normalize. (#4426) 7 years ago
lrn_op.h Local response normalize. (#4426) 7 years ago
lstm_op.cc Polish OpWithKernel 7 years ago
lstm_op.cu Add missing file. 7 years ago
lstm_op.h Clean code and update doc. 7 years ago
lstm_unit_op.cc polish_g_to_l (#5367) 7 years ago
lstm_unit_op.cu add acknowledgement of lstm_unit_op (#5293) 7 years ago
lstm_unit_op.h add acknowledgement of lstm_unit_op (#5293) 7 years ago
margin_rank_loss_op.cc Polish Operator Doc (m) (#5375) 7 years ago
margin_rank_loss_op.cu pass unit test for margin_rank_loss_op 8 years ago
margin_rank_loss_op.h improve doc in margin_rank_loss_op 7 years ago
matmul_op.cc Polish Operator Doc (m) (#5375) 7 years ago
matmul_op.cu MatMul operator (#4856) 7 years ago
matmul_op.h Remove template parameter for Tensor methods (#4937) 7 years ago
mean_op.cc Polish Operator Doc (m) (#5375) 7 years ago
mean_op.cu Gradient check use graph (#5027) 7 years ago
mean_op.h Add Skeleton of Double support 7 years ago
minus_op.cc Polish Operator Doc (m) (#5375) 7 years ago
minus_op.cu Add minus 8 years ago
minus_op.h Add Skeleton of Double support 7 years ago
modified_huber_loss_op.cc Polish Operator Doc (m) (#5375) 7 years ago
modified_huber_loss_op.cu Add Skeleton of Double support 7 years ago
modified_huber_loss_op.h Add Skeleton of Double support 7 years ago
momentum_op.cc Polish Operator Doc (m) (#5375) 7 years ago
momentum_op.cu Add momentum operator 7 years ago
momentum_op.h Adding Nesterov Momentum (#4948) 7 years ago
mul_op.cc Polish Operator Doc (m) (#5375) 7 years ago
mul_op.cu set gemm support continuous memory now 8 years ago
mul_op.h Correct mul_op implementation (#4988) 7 years ago
multiplex_op.cc Polish OpWithKernel 7 years ago
multiplex_op.cu fix compile 7 years ago
multiplex_op.h Add Skeleton of Double support 7 years ago
name_convention.md Polish Operators Docs (r) (#5377) 7 years ago
nccl_op.cc Polish operator docs (n to p) (#5376) 7 years ago
nccl_op.cu refine get cuda context 7 years ago
nccl_op_test.cu Fix compiling warning. 7 years ago
net_op.cc refine backward 8 years ago
net_op.h Use PROTO_LITE when refactoring Paddle 7 years ago
net_op_design.md move net_op to operators/ (#3201) 8 years ago
net_op_test.cc Remove OperatorBase::InferShape 7 years ago
pad_op.cc Polish operator docs (n to p) (#5376) 7 years ago
pad_op.cu Add pad op 8 years ago
pad_op.h Add Skeleton of Double support 7 years ago
pool_cudnn_op.cc fix doc 7 years ago
pool_cudnn_op.cu fix bug 7 years ago
pool_cudnn_op.h follow comments 7 years ago
pool_op.cc Polish operator docs (n to p) (#5376) 7 years ago
pool_op.cu Fix (According to the review) 7 years ago
pool_op.h fix bug 7 years ago
pool_with_index_op.cc Polish operator docs (n to p) (#5376) 7 years ago
pool_with_index_op.cu follow coments 7 years ago
pool_with_index_op.h fix bug 7 years ago
positive_negative_pair_op.cc Polish OpWithKernel 7 years ago
positive_negative_pair_op.h update data types and test cases 7 years ago
precision_recall_op.cc Polish OpWithKernel 7 years ago
precision_recall_op.h Refine and follow comments. 7 years ago
prelu_op.cc Polish operator docs (n to p) (#5376) 7 years ago
prelu_op.cu prelu with gpu 8 years ago
prelu_op.h Add Skeleton of Double support 7 years ago
proximal_adagrad_op.cc Polish operator docs (n to p) (#5376) 7 years ago
proximal_adagrad_op.cu Add proximal adagrad optimizer (#5128) 7 years ago
proximal_adagrad_op.h Add proximal adagrad optimizer (#5128) 7 years ago
proximal_gd_op.cc Polish operator docs (n to p) (#5376) 7 years ago
proximal_gd_op.cu Adding Proximal Gradient Descent (#4848) 7 years ago
proximal_gd_op.h Adding Proximal Gradient Descent (#4848) 7 years ago
rank_loss_op.cc Polish Operators Docs (r) (#5377) 7 years ago
rank_loss_op.cu add rank_loss operator 8 years ago
rank_loss_op.h Add Skeleton of Double support 7 years ago
recurrent_op.cc Polish Operators Docs (r) (#5377) 7 years ago
reduce_op.cc Polish Operators Docs (r) (#5377) 7 years ago
reduce_op.cu Unify Reduce functions and simplify register code 7 years ago
reduce_op.h Unify Reduce functions and simplify register code 7 years ago
reshape_op.cc Polish Operators Docs (r) (#5377) 7 years ago
reshape_op.cu add reshape operator 8 years ago
reshape_op.h 03 image classification (#5192) 7 years ago
rmsprop_op.cc Polish Operators Docs (r) (#5377) 7 years ago
rmsprop_op.cu Adding the implementation for rmsprop operator 7 years ago
rmsprop_op.h Updated RMSProp to have learning rate as an input and work with GPU 7 years ago
rnn_design.md update more details 8 years ago
rnn_memory_helper_op.cc Rewrite StaticRNN with Executor (#5224) 7 years ago
save_load_op_test.cc Use posix_memalign to allocate aligned memory, since some SIMD instructions require the alignment of memory accesses. 7 years ago
save_op.cc Polish operator documentation (#5356) 7 years ago
scale_op.cc Polish operator documentation (#5356) 7 years ago
scale_op.cu Gradient check use graph (#5027) 7 years ago
scale_op.h Gradient check use graph (#5027) 7 years ago
scatter.cu.h gather scatter fix according to google style 7 years ago
scatter.h gather scatter fix according to google style 7 years ago
scatter_op.cc Polish OpWithKernel 7 years ago
scatter_op.cu Remove template parameter for Tensor methods (#4937) 7 years ago
scatter_op.h Remove template parameter for Tensor methods (#4937) 7 years ago
scatter_test.cc gather scatter fix according to google style 7 years ago
seq_expand_op.cc Fixing documentation for operators (#5373) 7 years ago
seq_expand_op.cu Add seq_expand op 7 years ago
seq_expand_op.h Fix comparing between signed and unsigned values (#5328) 7 years ago
sequence_concat_op.cc Fixing documentation for operators (#5373) 7 years ago
sequence_concat_op.cu update 7 years ago
sequence_concat_op.h Remove template parameter for Tensor methods (#4937) 7 years ago
sequence_conv_op.cc Fixing documentation for operators (#5373) 7 years ago
sequence_conv_op.cu Add sequence_conv_op 7 years ago
sequence_conv_op.h fix code format and doc 7 years ago
sequence_pool_op.cc Polish OpWithKernel 7 years ago
sequence_pool_op.cu implement framework of seq_pool_op and its unitest 8 years ago
sequence_pool_op.h Refine sequence max-pooling and add unit testing of gradient check. 7 years ago
sequence_softmax_op.cc Fixing documentation for operators (#5373) 7 years ago
sequence_softmax_op.cu Initialize the sequence softmax operator. 8 years ago
sequence_softmax_op.h Remove template parameter for Tensor methods (#4937) 7 years ago
sgd_op.cc Polish operator documentation (#5356) 7 years ago
sgd_op.cu support sparse output for lookup table grad op (#5145) 7 years ago
sgd_op.h fix gpu build error 7 years ago
sigmoid_cross_entropy_with_logits_op.cc Fixing documentation for operators (#5373) 7 years ago
sigmoid_cross_entropy_with_logits_op.cu Adding support for the sigmoid_cross_entropy_with_logits operator (#4448) 7 years ago
sigmoid_cross_entropy_with_logits_op.h FIx sigmoid_xe_with_logits_op compile 7 years ago
sign_op.cc Polish operator documentation (#5356) 7 years ago
sign_op.cu Adding the Sign Op for L1 Weight Decay Regularization (#5138) 7 years ago
sign_op.h Adding the Sign Op for L1 Weight Decay Regularization (#5138) 7 years ago
smooth_l1_loss_op.cc Fixing documentations for few more operators (#5374) 7 years ago
smooth_l1_loss_op.cu Complete smooth_l1_loss_op. 8 years ago
smooth_l1_loss_op.h Add Skeleton of Double support 7 years ago
softmax_op.cc Fixing documentations for few more operators (#5374) 7 years ago
softmax_op.cu "fix clang format" 8 years ago
softmax_op.h Merge branch 'develop' into core_add_sequence_softmax_op 7 years ago
softmax_with_cross_entropy_op.cc Polish OpWithKernel 7 years ago
softmax_with_cross_entropy_op.cu fix softmax with cross entropy op. 7 years ago
softmax_with_cross_entropy_op.h fix softmax with cross entropy op. 7 years ago
split_op.cc Polish operator documentation (#5356) 7 years ago
split_op.cu Use StridedMemCpy in Concat/Split Kernel (#4188) 7 years ago
split_op.h Merge branch 'develop' of github.com:baidu/Paddle into feature/make_paddle_support_double 7 years ago
squared_l2_distance_op.cc Polish operator documentation (#5356) 7 years ago
squared_l2_distance_op.cu Finish framework of squared_l2_distance_op. 8 years ago
squared_l2_distance_op.h Add Skeleton of Double support 7 years ago
squared_l2_norm_op.cc Polish operator documentation (#5356) 7 years ago
squared_l2_norm_op.cu Adding the squared L2 norm operator for L2 regularization (#5030) 7 years ago
squared_l2_norm_op.h Adding the squared L2 norm operator for L2 regularization (#5030) 7 years ago
strided_memcpy.h Renamed to strided_memcpy and prettify unittests 8 years ago
strided_memcpy_test.cc Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
sum_op.cc Polish OpWithKernel 7 years ago
sum_op.cu Gradient check use graph (#5027) 7 years ago
sum_op.h Add unittest, backward of array read/write op (#5409) 7 years ago
tensor_array_read_write_op.cc Add unittest, backward of array read/write op (#5409) 7 years ago
top_k_op.cc Polish the documentation for uniform_random and top_k ops (#5353) 7 years ago
top_k_op.cu Fix top k op GPU code (#5221) 7 years ago
top_k_op.h Fix a type error top_k_op (#5201) 7 years ago
transpose_op.cc Fixing documentations for few more operators (#5374) 7 years ago
transpose_op.cu delete cuda impl, complete comments, modify variable naming 8 years ago
transpose_op.h Add Skeleton of Double support 7 years ago
uniform_random_op.cc Polish OpWithKernel 7 years ago
uniform_random_op.cu support sparse output for lookup table grad op (#5145) 7 years ago