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
Zhuoyuan eef55ca700
remodify
8 years ago
..
CMakeLists.txt Remove duplicate fc_op 8 years ago
add_op.cc export Backward to python (#3174) 8 years ago
add_op.cu add EIGEN_USE_GPU macro to op.cu file 8 years ago
add_op.h Return Reference Instead Pointer to GetEigenDevice 8 years ago
add_op_test.cc Fix compile error 8 years ago
cross_entropy_op.cc use operator context and infer context (#3024) 8 years ago
cross_entropy_op.cu add EIGEN_USE_GPU macro to op.cu file 8 years ago
cross_entropy_op.h use operator context and infer context (#3024) 8 years ago
fc_op.cc Rename PlainNet --> NetOp 8 years ago
fill_zeros_like_op.cc Follow comments and merge develop 8 years ago
fill_zeros_like_op.cu Add fill_zeros_like op 8 years ago
fill_zeros_like_op.h Follow comments and merge develop 8 years ago
gather_func.h remodify 8 years ago
mean_op.cc Change ContextKernel to ExecutionKernel 8 years ago
mean_op.cu Add mean op unit test in python 8 years ago
mean_op.h Return Reference Instead Pointer to GetEigenDevice 8 years ago
mean_op_test.cc Add mean cpu/gpu op 8 years ago
mul_op.cc use operator context and infer context (#3024) 8 years ago
mul_op.cu add EIGEN_USE_GPU macro to op.cu file 8 years ago
mul_op.h Return Reference Instead Pointer to GetEigenDevice 8 years ago
recurrent_network_op.cc Merge branch 'develop' of github.com:baidu/Paddle into feature/backward 8 years ago
recurrent_network_op.h Refine remove std::shared_ptr in Scope 8 years ago
recurrent_network_op_test.cc Refine remove std::shared_ptr in Scope 8 years ago
rnn_design.md update more details 8 years ago
rowwise_add_op.cc use operator context and infer context (#3024) 8 years ago
rowwise_add_op.cu add EIGEN_USE_GPU macro to op.cu file 8 years ago
rowwise_add_op.h Return Reference Instead Pointer to GetEigenDevice 8 years ago
scatter_func.h remodify 8 years ago
sgd_op.cc use operator context and infer context (#3024) 8 years ago
sgd_op.cu add EIGEN_USE_GPU macro to op.cu file 8 years ago
sgd_op.h Return Reference Instead Pointer to GetEigenDevice 8 years ago
sgd_op_test.cc Add sgd op (#2950) 8 years ago
sigmoid_op.cc use operator context and infer context (#3024) 8 years ago
sigmoid_op.cu add EIGEN_USE_GPU macro to op.cu file 8 years ago
sigmoid_op.h Return Reference Instead Pointer to GetEigenDevice 8 years ago
softmax_op.cc use operator context and infer context (#3024) 8 years ago
softmax_op.cu add EIGEN_USE_GPU macro to op.cu file 8 years ago
softmax_op.h Return Reference Instead Pointer to GetEigenDevice 8 years ago
type_alias.h Merge pull request #3133 from gangliao/tensor_scalar 8 years ago