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/fluid/operators/elementwise
chentianyu03 c7371b7b20
type promotion for grad (#30177)
4 years ago
..
mkldnn [oneDNN] Reimplemented elementwise_add grad (#29747) 4 years ago
CMakeLists.txt add the op version check for the elementwise ops, test=op_version (#30010) 4 years ago
elementwise_add_op.cc add the op version check for the elementwise ops, test=op_version (#30010) 4 years ago
elementwise_add_op.cu Revert "improve elementwise_add_grad perf (#29277)" (#29464) 4 years ago
elementwise_add_op.h fix the compiler error when gcc4 cuda9.0 (#29997) 4 years ago
elementwise_add_op_xpu.cc add aarch64 and sunway kunlun lib (#30027) 4 years ago
elementwise_div_op.cc add the op version check for the elementwise ops, test=op_version (#30010) 4 years ago
elementwise_div_op.cu change the grad of div when complex types (#29804) 4 years ago
elementwise_div_op.h type promotion for grad (#30177) 4 years ago
elementwise_div_op_xpu.cc 1. fix elementwise ops'bug 2. fix softmax_with_cross_entropy_op 3. add biliner_interp_op (#29448) 4 years ago
elementwise_floordiv_op.cc add the op version check for the elementwise ops, test=op_version (#30010) 4 years ago
elementwise_floordiv_op.cu revert divide (#27202) 4 years ago
elementwise_floordiv_op.h Fix elementwise_floordiv op (#27352) 4 years ago
elementwise_floordiv_op_xpu.cc add xpu elementwise ops (#29031) 4 years ago
elementwise_max_op.cc add the op version check for the elementwise ops, test=op_version (#30010) 4 years ago
elementwise_max_op.cu Fix Eigen macro when using GPU 6 years ago
elementwise_max_op.h Fix some grad op desc makers (#16633) 6 years ago
elementwise_max_op_xpu.cc 1. fix elementwise ops'bug 2. fix softmax_with_cross_entropy_op 3. add biliner_interp_op (#29448) 4 years ago
elementwise_min_op.cc add the op version check for the elementwise ops, test=op_version (#30010) 4 years ago
elementwise_min_op.cu Fix Eigen macro when using GPU 6 years ago
elementwise_min_op.h use iwyu clean include (#27267) 4 years ago
elementwise_min_op_xpu.cc 1. fix elementwise ops'bug 2. fix softmax_with_cross_entropy_op 3. add biliner_interp_op (#29448) 4 years ago
elementwise_mod_op.cc add the op version check for the elementwise ops, test=op_version (#30010) 4 years ago
elementwise_mod_op.cu add elementwise mod support float/double. test=develop (#19570) 5 years ago
elementwise_mod_op.h fix the remainder (#26995) 5 years ago
elementwise_mul_op.cc add the op version check for the elementwise ops, test=op_version (#30010) 4 years ago
elementwise_mul_op.cu change grad elementwise_mul for complex types (#29757) 4 years ago
elementwise_mul_op.h change grad elementwise_mul for complex types (#29757) 4 years ago
elementwise_mul_op_xpu.cc 1. fix elementwise ops'bug 2. fix softmax_with_cross_entropy_op 3. add biliner_interp_op (#29448) 4 years ago
elementwise_op.h type promotion for grad (#30177) 4 years ago
elementwise_op_function.cu.h elementwise ops error message enhancement,the python error message had add before 5 years ago
elementwise_op_function.h reduce the occupied size of memory for the fused pattern of elementwise_add Op and activation Op(relu Op for example) (#29885) 4 years ago
elementwise_pow_op.cc add the op version check for the elementwise ops, test=op_version (#30010) 4 years ago
elementwise_pow_op.cu Add elementwise_pow_op backward implementation and the unit test codes of it. (#18848) 6 years ago
elementwise_pow_op.h Update pow (#29000) 4 years ago
elementwise_pow_op_xpu.cc add xpu elementwise ops (#29031) 4 years ago
elementwise_sub_op.cc add the op version check for the elementwise ops, test=op_version (#30010) 4 years ago
elementwise_sub_op.cu add complex64 and complex128 type; add +-*/@ and slice opreator for c… (#29199) 4 years ago
elementwise_sub_op.h fix broadcast bug;test=develop (#21898) 5 years ago
elementwise_sub_op_xpu.cc add xpu elementwise ops (#29031) 4 years ago
elementwise_xpu.h update kunlun conv2d/softmax/elementwise implemetation (#29229) 4 years ago
test_elementwise_add_grad_grad.cc use iwyu clean include (#27267) 4 years ago
test_elementwise_add_op_inplace.cc use iwyu clean include (#27267) 4 years ago
test_elementwise_div_grad_grad.cc Update elementwise double grad to save gpu memory (#19509) 5 years ago
test_elementwise_op_grad_grad.h update the error message check for the some ops 4 years ago
unity_build_rule.cmake Compiling operator libraries with Unity build (#29130) 4 years ago