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
danleifeng 425279a57b
Improve elementwise operators performance in same dimensions. (#19763)
6 years ago
..
mkldnn Minor GetMKLDNNFormat changes (#20055) 6 years ago
CMakeLists.txt Update elementwise double grad to save gpu memory (#19509) 6 years ago
elementwise_add_op.cc Improve elementwise operators performance in same dimensions. (#19763) 6 years ago
elementwise_add_op.cu Improve elementwise operators performance in same dimensions. (#19763) 6 years ago
elementwise_add_op.h Improve elementwise operators performance in same dimensions. (#19763) 6 years ago
elementwise_div_op.cc Improve elementwise operators performance in same dimensions. (#19763) 6 years ago
elementwise_div_op.cu Improve elementwise operators performance in same dimensions. (#19763) 6 years ago
elementwise_div_op.h Improve elementwise operators performance in same dimensions. (#19763) 6 years ago
elementwise_floordiv_op.cc add floordiv and mod op; test=develop 6 years ago
elementwise_floordiv_op.cu fix time; test=develop 6 years ago
elementwise_floordiv_op.h fix time; test=develop 6 years ago
elementwise_max_op.cc Polish elementwise max min pow document to add more examples. (#19946) 6 years ago
elementwise_max_op.cu Fix Eigen macro when using GPU 7 years ago
elementwise_max_op.h Fix some grad op desc makers (#16633) 6 years ago
elementwise_min_op.cc Polish elementwise max min pow document to add more examples. (#19946) 6 years ago
elementwise_min_op.cu Fix Eigen macro when using GPU 7 years ago
elementwise_min_op.h Fix some grad op desc makers (#16633) 6 years ago
elementwise_mod_op.cc add elementwise mod support float/double. test=develop (#19570) 6 years ago
elementwise_mod_op.cu add elementwise mod support float/double. test=develop (#19570) 6 years ago
elementwise_mod_op.h add elementwise mod support float/double. test=develop (#19570) 6 years ago
elementwise_mul_op.cc Improve elementwise operators performance in same dimensions. (#19763) 6 years ago
elementwise_mul_op.cu Improve elementwise operators performance in same dimensions. (#19763) 6 years ago
elementwise_mul_op.h Improve elementwise operators performance in same dimensions. (#19763) 6 years ago
elementwise_op.h Polish English docs of elementwise_add/sub/mul/div (#20027) 6 years ago
elementwise_op_function.cu.h Improve elementwise operators performance in same dimensions. (#19763) 6 years ago
elementwise_op_function.h elementwise broadcast function enhancement (#19536) 6 years ago
elementwise_pow_op.cc Polish elementwise max min pow document to add more examples. (#19946) 6 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 Add elementwise_pow_op backward implementation and the unit test codes of it. (#18848) 6 years ago
elementwise_sub_op.cc Improve elementwise operators performance in same dimensions. (#19763) 6 years ago
elementwise_sub_op.cu Improve elementwise operators performance in same dimensions. (#19763) 6 years ago
elementwise_sub_op.h Improve elementwise operators performance in same dimensions. (#19763) 6 years ago
test_elementwise_add_grad_grad.cc Update elementwise double grad to save gpu memory (#19509) 6 years ago
test_elementwise_add_op_inplace.cc Add a unittest to inplace elementwise_add (#18385) 6 years ago
test_elementwise_div_grad_grad.cc Update elementwise double grad to save gpu memory (#19509) 6 years ago
test_elementwise_op_grad_grad.h Update elementwise double grad to save gpu memory (#19509) 6 years ago