.. |
math
|
update and fix conflicts.
|
8 years ago |
rnn
|
Merge branch 'develop' of github.com:baidu/Paddle into feature/change_get_attr_to_attr
|
8 years ago |
.clang-format
|
Reformat paddle/operators/* strictly following Google Style Guide
|
8 years ago |
CMakeLists.txt
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-3736
|
8 years ago |
add_op.cc
|
follow comments to revert add_two_op to add_op
|
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 |
concat_op.cc
|
Add Concat operator with CPU kernel (#3775)
|
8 years ago |
concat_op.cu
|
Add Concat operator with CPU kernel (#3775)
|
8 years ago |
concat_op.h
|
Add Concat operator with CPU kernel (#3775)
|
8 years ago |
cos_sim_op.cc
|
Update cos_sim operator by following reviewer's comments.
|
8 years ago |
cos_sim_op.cu
|
Add cos_sim op.
|
8 years ago |
cos_sim_op.h
|
Add function to get element count from tensor.
|
8 years ago |
cross_entropy_op.cc
|
Revert "Remove `grad_op_type` in `REGISTER_OP`"
|
8 years ago |
cross_entropy_op.cu
|
Replace functor by function.
|
8 years ago |
cross_entropy_op.h
|
Replace functor by function.
|
8 years ago |
elementwise_mul_op.cc
|
Add element-wise multiplication operator. (#3787)
|
8 years ago |
elementwise_mul_op.cu
|
Add element-wise multiplication operator. (#3787)
|
8 years ago |
elementwise_mul_op.h
|
Add element-wise multiplication operator. (#3787)
|
8 years ago |
fill_zeros_like_op.cc
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refactor_registry_macro
|
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
|
Revert "Remove `grad_op_type` in `REGISTER_OP`"
|
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 function to get element count from tensor.
|
8 years ago |
gaussian_random_op.cu
|
Add function to get element count from tensor.
|
8 years ago |
identity_op.cc
|
rename input and output of softmax_op.
|
8 years ago |
lookup_table_op.cc
|
Revert "Remove `grad_op_type` in `REGISTER_OP`"
|
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
|
Revert "Remove `grad_op_type` in `REGISTER_OP`"
|
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
|
Add function to get element count from tensor.
|
8 years ago |
minus_op.cu
|
Add minus
|
8 years ago |
minus_op.h
|
Add minus
|
8 years ago |
mul_op.cc
|
Follow comments
|
8 years ago |
mul_op.cu
|
set gemm support continuous memory now
|
8 years ago |
mul_op.h
|
Follow comments
|
8 years ago |
multiplex_op.cc
|
add multiplex operator
|
8 years ago |
multiplex_op.cu
|
add multiplex operator
|
8 years ago |
multiplex_op.h
|
add multiplex operator
|
8 years ago |
name_convention.md
|
"remove used words"
|
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 |
recurrent_op.cc
|
package a new USE_NO_KERNEL_OP for USE_OP_ITSELF
|
8 years ago |
recurrent_op.h
|
Extract OpInfo into a library
|
8 years ago |
reshape_op.cc
|
fix a typo
|
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
|
Follow comments
|
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
|
Merge pull request #3928 from lcy-seso/refine_softmax_op
|
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
|
revert scatter_op and other mirror changes.
|
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 |
sgd_op.cc
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refactor_registry_macro
|
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 |
sigmoid_op.cc
|
Revert "Remove `grad_op_type` in `REGISTER_OP`"
|
8 years ago |
sigmoid_op.cu
|
"fix clang format"
|
8 years ago |
sigmoid_op.h
|
tune max relative error for sigmoid op unit test.
|
8 years ago |
softmax_op.cc
|
rename input and output of softmax_op.
|
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 |
squared_l2_distance_op.cc
|
Add function to get element count from tensor.
|
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 |
sum_op.cc
|
follow comments
|
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 topk op (#3760)
|
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 |
uniform_random_op.cc
|
Add function to get element count from tensor.
|
8 years ago |
uniform_random_op.cu
|
Add function to get element count from tensor.
|
8 years ago |