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
caoying03 40aee48a80
follow comments.
7 years ago
..
detail Renamed to strided_memcpy and prettify unittests 8 years ago
math add negative clipping for softmax. 7 years ago
rnn clean code 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 Remove LoDTensor in some operators' InferShape and refine ShareLoD function. 8 years ago
accuracy_op.cu fix cpu kernel with soft labels. 7 years ago
accuracy_op.h Accuracy op (#3907) 8 years ago
activation_op.cc update to develop branch. 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 Remove LoDTensor in some operators' InferShape and refine ShareLoD function. 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 to develop branch. 8 years ago
clip_op.cu Update transform invocation 8 years ago
clip_op.h Fix ptr type 8 years ago
concat_op.cc Remove LoDTensor in some operators' InferShape and refine ShareLoD function. 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 update to develop branch. 8 years ago
conv2d_op.cu Some bug fix. 8 years ago
cos_sim_op.cc Remove LoDTensor in some operators' InferShape and refine ShareLoD function. 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 update to develop branch. 8 years ago
crop_op.cu Use stridecpy instead of CUDA kernel 8 years ago
crop_op.h add namespace and reduce warning 7 years ago
cross_entropy_op.cc fix backward op. 7 years ago
cross_entropy_op.cu fix backward op. 7 years ago
cross_entropy_op.h fix backward op. 7 years ago
dropout_op.cc Merge branch 'develop' into attr_bool 7 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_add_op.cc Elementwise operator. (#4139) 7 years ago
elementwise_add_op.cu Elementwise operator. (#4139) 7 years ago
elementwise_add_op.h Fix progma_once error 7 years ago
elementwise_div_op.cc Elementwise operator. (#4139) 7 years ago
elementwise_div_op.cu Elementwise operator. (#4139) 7 years ago
elementwise_div_op.h Fix progma_once error 7 years ago
elementwise_mul_op.cc Elementwise operator. (#4139) 7 years ago
elementwise_mul_op.cu Elementwise operator. (#4139) 7 years ago
elementwise_mul_op.h Elementwise operator. (#4139) 7 years ago
elementwise_op.h Elementwise operator. (#4139) 7 years ago
elementwise_sub_op.cc Elementwise operator. (#4139) 7 years ago
elementwise_sub_op.cu Elementwise operator. (#4139) 7 years ago
elementwise_sub_op.h Fix progma_once error 7 years ago
fc_op.cc Fix bug 8 years ago
fill_zeros_like_op.cc Remove LoDTensor in some operators' InferShape and refine ShareLoD function. 8 years ago
fill_zeros_like_op.cu "fix clang format error" 8 years ago
fill_zeros_like_op.h Share LoD between input and output of each opeators. 8 years ago
gather.h remove opregistry in gather function 8 years ago
gather_op.cc Remove LoDTensor in some operators' InferShape and refine ShareLoD function. 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 Remove LoDTensor in some operators' InferShape and refine ShareLoD function. 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 Remove LoDTensor in some operators' InferShape and refine ShareLoD function. 8 years ago
lookup_table_op.cu fix cpu kernel with soft labels. 7 years ago
lookup_table_op.h Add function to get element count from tensor. 8 years ago
lstm_unit_op.cc lstm 8 years ago
lstm_unit_op.cu lstm unit gpu 8 years ago
lstm_unit_op.h lstm 8 years ago
mean_op.cc Remove LoDTensor in some operators' InferShape and refine ShareLoD function. 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 Remove LoDTensor in some operators' InferShape and refine ShareLoD function. 8 years ago
minus_op.cu Add minus 8 years ago
minus_op.h Add minus 8 years ago
modified_huber_loss_op.cc update to develop branch. 8 years ago
modified_huber_loss_op.cu Fix some conflicts and correct unittest. 8 years ago
modified_huber_loss_op.h update to develop branch. 8 years ago
mul_op.cc update to develop branch. 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
multiplex_op.cc revert code layout in multiplex_op 7 years ago
multiplex_op.cu revert code layout in multiplex_op 7 years ago
multiplex_op.h add namespace and reduce warning 7 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 Remove LoDTensor in some operators' InferShape and refine ShareLoD function. 8 years ago
pad_op.cu Add pad op 8 years ago
pad_op.h Fix nullptr check 8 years ago
prelu_op.cc Remove LoDTensor in some operators' InferShape and refine ShareLoD function. 8 years ago
prelu_op.cu prelu with gpu 8 years ago
prelu_op.h remove alias 8 years ago
rank_loss_op.cc update to develop branch. 8 years ago
rank_loss_op.cu add rank_loss operator 8 years ago
rank_loss_op.h update to develop branch. 8 years ago
recurrent_op.cc make RecurrentOp's backward work 8 years ago
recurrent_op.h make RecurrentOp's backward work 8 years ago
reshape_op.cc Remove LoDTensor in some operators' InferShape and refine ShareLoD function. 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 Remove LoDTensor in some operators' InferShape and refine ShareLoD function. 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 update to develop branch. 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 Remove LoDTensor in some operators' InferShape and refine ShareLoD function. 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_pool_op.cc refine doc of sequence_pool_op 7 years ago
sequence_pool_op.cu implement framework of seq_pool_op and its unitest 8 years ago
sequence_pool_op.h refine doc of sequence_pool_op 7 years ago
sgd_op.cc Remove LoDTensor in some operators' InferShape and refine ShareLoD function. 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 update to develop branch. 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 Remove LoDTensor in some operators' InferShape and refine ShareLoD function. 8 years ago
softmax_op.cu "fix clang format" 8 years ago
softmax_op.h fix implementations of supporting soft labels. 7 years ago
softmax_with_cross_entropy_op.cc follow comments. 7 years ago
softmax_with_cross_entropy_op.cu fix implementations of supporting soft labels. 7 years ago
softmax_with_cross_entropy_op.h Merge branch 'develop' into softmax_with_cross_entropy_op 7 years ago
split_op.cc Remove LoDTensor in some operators' InferShape and refine ShareLoD function. 8 years ago
split_op.h Split operator with CPU kernel (#4046) 8 years ago
squared_l2_distance_op.cc Remove LoDTensor in some operators' InferShape and refine ShareLoD function. 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 Remove LoDTensor in some operators' InferShape and refine ShareLoD function. 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 Remove LoDTensor in some operators' InferShape and refine ShareLoD function. 8 years ago
top_k_op.cu fix cpu kernel with soft labels. 7 years ago
top_k_op.h Add topk op (#3760) 8 years ago
transpose_op.cc update to develop branch. 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 Remove LoDTensor in some operators' InferShape and refine ShareLoD function. 8 years ago
uniform_random_op.cu Add function to get element count from tensor. 8 years ago