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 d344f6702c
Merge branch 'develop' into tensor_to_EigenTensor
8 years ago
..
CMakeLists.txt Add skeletons of `mul`, `rowwise_add`, `sigmoid`, `softmax` ops 8 years ago
add_op.cc Add skeletons of `mul`, `rowwise_add`, `sigmoid`, `softmax` ops 8 years ago
add_op.cu implement add_op kernel 8 years ago
add_op.h merge baidu/develop 8 years ago
add_op_test.cc merge baidu/develop 8 years ago
mul_op.cc Add skeletons of `mul`, `rowwise_add`, `sigmoid`, `softmax` ops 8 years ago
mul_op.cu Add skeletons of `mul`, `rowwise_add`, `sigmoid`, `softmax` ops 8 years ago
mul_op.h Merge develop 8 years ago
rowwise_add_op.cc Add skeletons of `mul`, `rowwise_add`, `sigmoid`, `softmax` ops 8 years ago
rowwise_add_op.cu Fix unittest 8 years ago
rowwise_add_op.h Merge develop 8 years ago
sigmoid_op.cc Add skeletons of `mul`, `rowwise_add`, `sigmoid`, `softmax` ops 8 years ago
sigmoid_op.cu Add skeletons of `mul`, `rowwise_add`, `sigmoid`, `softmax` ops 8 years ago
sigmoid_op.h Merge develop 8 years ago
softmax_op.cc Add skeletons of `mul`, `rowwise_add`, `sigmoid`, `softmax` ops 8 years ago
softmax_op.cu Follow comments, correct implement `DDim::size()` 8 years ago
softmax_op.h Merge develop 8 years ago