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/math
chengduoZH 2160497786
fix pooling functor parameter order
9 years ago
..
detail Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm_fix 9 years ago
CMakeLists.txt "fix ci failed" (#5567) 9 years ago
context_project.cc follow comments 9 years ago
context_project.cu follow comments 9 years ago
context_project.h fix code format and doc 9 years ago
cross_entropy.cc support sparse output for lookup table grad op (#5145) 9 years ago
cross_entropy.cu support sparse output for lookup table grad op (#5145) 9 years ago
cross_entropy.h refine CrossEntropyFunctor 9 years ago
gru_compute.cc Add GRU Operator 9 years ago
gru_compute.cu Fix End of Files in GRU Operator 9 years ago
gru_compute.h Add TODO in the GRU Operator related 9 years ago
im2col.cc follow comments 9 years ago
im2col.cu add padding up, down, left, right 9 years ago
im2col.h fix im2col interface 9 years ago
im2col_test.cc follow comments 9 years ago
lstm_compute.cc Several Enhancement 9 years ago
lstm_compute.cu Several Enhancement 9 years ago
lstm_compute.h Several Enhancement 9 years ago
math_function.cc Fixing duplicate struct name TensorSetConstant. (#5532) 9 years ago
math_function.cu Fixing duplicate struct name TensorSetConstant. (#5532) 9 years ago
math_function.h remove PADDLE_USE_MKL 9 years ago
math_function_test.cc Add `op::math::set_constant` without template 9 years ago
math_function_test.cu Add unit testing for gemv and fix the gradien check for bais. 9 years ago
matmul.h MatMul operator (#4856) 9 years ago
pooling.cc fix pooling functor parameter order 9 years ago
pooling.cu fix pooling functor parameter order 9 years ago
pooling.h fix pooling functor parameter order 9 years ago
selected_rows_functor.cc add sparse support for sum op (#5093) 9 years ago
selected_rows_functor.cu add sparse support for sum op (#5093) 9 years ago
selected_rows_functor.h add sparse support for sum op (#5093) 9 years ago
selected_rows_functor_test.cc add sparse support for sum op (#5093) 9 years ago
selected_rows_functor_test.cu add sparse support for sum op (#5093) 9 years ago
sequence2batch.cc Enable initial hidden state and cell state in LSTM Operator. 9 years ago
sequence2batch.cu Enable initial hidden state and cell state in LSTM Operator. 9 years ago
sequence2batch.h Enhance unit testing. 9 years ago
sequence_pooling.cc Resolve conflicts. 9 years ago
sequence_pooling.cu Resolve conflicts. 9 years ago
sequence_pooling.h Refine sequence max-pooling and add unit testing of gradient check. 9 years ago
softmax.cc Add SoftmaxGradFunctor, and use SoftmaxGradFunctor in softmax_op instead. 9 years ago
softmax.cu Add SoftmaxGradFunctor, and use SoftmaxGradFunctor in softmax_op instead. 9 years ago
softmax.h Merge branch 'develop' into core_add_sequence_softmax_op 9 years ago
vol2col.cc follow comments 9 years ago
vol2col.cu Add vol2col functor and unit test 9 years ago
vol2col.h Add vol2col functor and unit test 9 years ago
vol2col_test.cc Remove template parameter for Tensor methods (#4937) 9 years ago