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
QI JUN 2603cb7e86
Unify CUDA stream in Tensor CopyFrom interface (#4692)
7 years ago
..
detail Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
math Unify CUDA stream in Tensor CopyFrom interface (#4692) 7 years ago
rnn Unify CUDA stream in Tensor CopyFrom interface (#4692) 7 years ago
.clang-format Unify clang-format and add some missing clang-format 7 years ago
CMakeLists.txt Merge branch 'develop' into fix_pool_op_doc_and_class_declarations 7 years ago
accuracy_op.cc rename InferShapeContextBase to InferShapeContext 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 Softplus operator (#4690) 7 years ago
activation_op.cu Unify Reduce functions and simplify register code 7 years ago
activation_op.h Implementing Softplus operator (#4690) 7 years ago
adadelta_op.cc rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 7 years ago
adagrad_op.cu fix format 7 years ago
adagrad_op.h change learning rate and fix format 7 years ago
adamax_op.cc Fix compile error in develop branch 7 years ago
adamax_op.cu Implementing the Adamax optimizer operator (#4538) 7 years ago
adamax_op.h Implementing the Adamax optimizer operator (#4538) 7 years ago
clip_op.cc rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 7 years ago
conv2d_op.cu Some bug fix. 8 years ago
conv_shift_op.cc Conv Shift Operator (#4591) 7 years ago
conv_shift_op.cu Conv Shift Operator (#4591) 7 years ago
conv_shift_op.h Conv Shift Operator (#4591) 7 years ago
cos_sim_op.cc rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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
dynamic_recurrent_op.cc dynamic recurrent op forward c++ implentation (#4597) 7 years ago
dynamic_recurrent_op.h dynamic recurrent op forward c++ implentation (#4597) 7 years ago
dynamic_recurrent_op_test.cc dynamic recurrent op forward c++ implentation (#4597) 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 rename InferShapeContextBase to InferShapeContext 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
feed_op.cc make infershape of feedop and fetchop compatible with compile-time design 7 years ago
feed_op.cu add feed operator 7 years ago
feed_op.h Unify CUDA stream in Tensor CopyFrom interface (#4692) 7 years ago
fetch_op.cc make infershape of feedop and fetchop compatible with compile-time design 7 years ago
fetch_op.cu fix executor gpu unittest 7 years ago
fetch_op.h Unify CUDA stream in Tensor CopyFrom interface (#4692) 7 years ago
fill_constant_op.cc Implementing the fill constant op for the executor 7 years ago
fill_constant_op.cu Implementing the fill constant op for the executor 7 years ago
fill_constant_op.h Implementing the fill constant op for the executor 7 years ago
fill_zeros_like_op.cc rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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
interp_op.cc refine comment of interp_op 7 years ago
lookup_table_op.cc rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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
margin_rank_loss_op.cc fix typos in margin_rank_loss_op 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
mean_op.cc rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 7 years ago
multiplex_op.cu Unify CUDA stream in Tensor CopyFrom interface (#4692) 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 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 rename InferShapeContextBase to InferShapeContext 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 follow comments 7 years ago
pool_op.cu Fix (According to the review) 7 years ago
pool_op.h Separate the declarations and implementation of the PoolOp and PoolMaker class in order to reuse in pool_cudnn 7 years ago
pool_with_index_op.cc follow comments 7 years ago
pool_with_index_op.cu follow coments 7 years ago
pool_with_index_op.h fix kernel func 7 years ago
prelu_op.cc rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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 Unify CUDA stream in Tensor CopyFrom interface (#4692) 7 years ago
recurrent_op.h optimize code 7 years ago
reduce_op.cc Merge pull request #4630 from jacquesqiao/merge-infershapecontext 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 rename InferShapeContextBase to InferShapeContext 7 years ago
reshape_op.cu add reshape operator 8 years ago
reshape_op.h Unify CUDA stream in Tensor CopyFrom interface (#4692) 7 years ago
rmsprop_op.cc rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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_concat_op.cc update 7 years ago
sequence_concat_op.cu update 7 years ago
sequence_concat_op.h add an enforce 7 years ago
sequence_pool_op.cc rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 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 rename InferShapeContextBase to InferShapeContext 7 years ago
uniform_random_op.cu Add Skeleton of Double support 7 years ago