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
Yi Wang 99895730f7
Merge pull request #4609 from kavyasrinet/tanhshrink
7 years ago
..
detail Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
math Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
rnn optimize auto 7 years ago
.clang-format Unify clang-format and add some missing clang-format 7 years ago
CMakeLists.txt Simplify SumOp Kernel 7 years ago
accuracy_op.cc Refactoring InferShape (#3946) 7 years ago
accuracy_op.cu Add Skeleton of Double support 7 years ago
accuracy_op.h Add Skeleton of Double support 7 years ago
activation_op.cc Implementing tanhshrink operator 7 years ago
activation_op.cu Implementing the SoftSign activation operator 7 years ago
activation_op.h Implementing tanhshrink operator 7 years ago
adadelta_op.cc Adding Adadelta optimization operator (#4576) 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 change learning rate and fix format 7 years ago
adagrad_op.cu fix format 7 years ago
adagrad_op.h change learning rate and fix format 7 years ago
clip_op.cc Fix comments 7 years ago
clip_op.cu Update transform invocation 8 years ago
clip_op.h Add Skeleton of Double support 7 years ago
concat_op.cc Use StridedMemCpy in Concat/Split Kernel (#4188) 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 gather scatter fix according to google style 7 years ago
cond_op.h remove Runtime InferShape for cond op (#4518) 7 years ago
conv2d_op.cc Refactoring InferShape (#3946) 7 years ago
conv2d_op.cu Some bug fix. 8 years ago
cos_sim_op.cc Refactoring InferShape (#3946) 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
crop_op.cc Refactoring InferShape (#3946) 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 Add Skeleton of Double support 7 years ago
cross_entropy_op.cu fix gpu build error 7 years ago
cross_entropy_op.h refine CrossEntropyFunctor 7 years ago
dropout_op.cc Refactoring InferShape (#3946) 7 years ago
dropout_op.cu Add Skeleton of Double support 7 years ago
dropout_op.h Add Skeleton of Double support 7 years ago
elementwise_add_op.cc split elementwise_op.h into two header files 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 split elementwise_op.h into two header files 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 Change registry, test register double kernel 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 add include op_registry.h to elementwise_op_function.h 7 years ago
elementwise_op_function.h add include op_registry.h to elementwise_op_function.h 7 years ago
elementwise_sub_op.cc split elementwise_op.h into two header files 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
fc_op.cc remove rowwise_add_op 7 years ago
fill_zeros_like_op.cc Refactoring InferShape (#3946) 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 scatter gather gpu 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 Fix unit-tests 7 years ago
gaussian_random_op.cu Add Skeleton of Double support 7 years ago
gemm_conv2d_op.h Add Skeleton of Double support 7 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 Fix unit-tests 7 years ago
lookup_table_op.cu Add Skeleton of Double support 7 years ago
lookup_table_op.h Add Skeleton of Double support 7 years ago
lstm_unit_op.cc Using double precision to stablize lstm gradient check 7 years ago
lstm_unit_op.cu Using double precision to stablize lstm gradient check 7 years ago
lstm_unit_op.h Using double precision to stablize lstm gradient check 7 years ago
mean_op.cc Polish code 7 years ago
mean_op.cu "remove alias to more operators" 8 years ago
mean_op.h Add Skeleton of Double support 7 years ago
minus_op.cc Fix CI Test 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 Refactoring InferShape (#3946) 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
mul_op.cc Finish the SequenceSoftmaxGradKernel, using SoftmaxGradFunctor. 7 years ago
mul_op.cu set gemm support continuous memory now 8 years ago
mul_op.h Add Skeleton of Double support 7 years ago
multiplex_op.cc Fix unit-tests 7 years ago
multiplex_op.cu Add Skeleton of Double support 7 years ago
multiplex_op.h Add Skeleton of Double support 7 years ago
name_convention.md "better format" 8 years ago
net_op.cc refine backward 8 years ago
net_op.h Remove OperatorBase::InferShape 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 Fix CI Test 7 years ago
pad_op.cu Add pad op 8 years ago
pad_op.h Add Skeleton of Double support 7 years ago
pool_op.cc remove custom attr checker and fix code format 7 years ago
pool_op.cu Fix (According to the review) 7 years ago
pool_op.h remove conflict 7 years ago
prelu_op.cc Refactoring InferShape (#3946) 7 years ago
prelu_op.cu prelu with gpu 8 years ago
prelu_op.h Add Skeleton of Double support 7 years ago
rank_loss_op.cc Refactoring InferShape (#3946) 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 optimize auto 7 years ago
recurrent_op.h optimize code 7 years ago
reduce_op.cc Adapt reduce_op according to up-to-date dev 7 years ago
reduce_op.cu Refine reduce_op unit test and add newline at end of file 7 years ago
reduce_op.h Fix compile 7 years ago
reshape_op.cc Refactoring InferShape (#3946) 7 years ago
reshape_op.cu add reshape operator 8 years ago
reshape_op.h Add Skeleton of Double support 7 years ago
rmsprop_op.cc Adding the default attribute test case 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
scale_op.cc Use unique_ptr 7 years ago
scale_op.cu Change IdentityOp to ScaleOp 8 years ago
scale_op.h Add Skeleton of Double support 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 scatter gather gpu 7 years ago
scatter_op.cu gather scatter fix according to google style 7 years ago
scatter_op.h gather scatter fix according to google style 7 years ago
scatter_test.cc gather scatter fix according to google style 7 years ago
sequence_pool_op.cc Merge branch 'develop' into core_add_sequence_softmax_op 7 years ago
sequence_pool_op.cu implement framework of seq_pool_op and its unitest 8 years ago
sequence_pool_op.h Add Skeleton of Double support 7 years ago
sequence_softmax_op.cc Merge branch 'develop' into core_add_sequence_softmax_op 7 years ago
sequence_softmax_op.cu Initialize the sequence softmax operator. 8 years ago
sequence_softmax_op.h Merge branch 'develop' into core_add_sequence_softmax_op 7 years ago
sgd_op.cc Changing SGD inputs and outputs to conform to Operator naming convention (#4586) 7 years ago
sgd_op.cu "remove alias to more operators" 8 years ago
sgd_op.h optimize the dsize 7 years ago
sigmoid_cross_entropy_with_logits_op.cc Adding support for the sigmoid_cross_entropy_with_logits operator (#4448) 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
smooth_l1_loss_op.cc Refactoring InferShape (#3946) 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 Refactoring InferShape (#3946) 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 code 7 years ago
softmax_with_cross_entropy_op.cu fix gpu build error 7 years ago
softmax_with_cross_entropy_op.h refine SoftmaxFunctor 7 years ago
split_op.cc Use StridedMemCpy in Concat/Split Kernel (#4188) 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 Refactoring InferShape (#3946) 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
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 Use unique_ptr 7 years ago
sum_op.cu Fix CRLF in sum_op.cu 7 years ago
sum_op.h Simplify SumOp Kernel 7 years ago
top_k_op.cc Refactoring InferShape (#3946) 7 years ago
top_k_op.cu Add Skeleton of Double support 7 years ago
top_k_op.h Add Skeleton of Double support 7 years ago
transpose_op.cc Refactoring InferShape (#3946) 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 Fix unit-tests 7 years ago
uniform_random_op.cu Add Skeleton of Double support 7 years ago