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/math
Yu Yang 3043f51b3a
Merge pull request #13511 from reyoung/fix_ce
7 years ago
..
detail Refine activation for GRU operator (#13275) 7 years ago
CMakeLists.txt fix deps 7 years ago
blas.cc Follow comments and polish code names 7 years ago
blas.h fix bugs 7 years ago
blas_impl.cu.h matmul support float16/double 7 years ago
blas_impl.h fix bugs 7 years ago
compound_functors.h Feature/op_fuse_pass (#12440) 7 years ago
concat.cc refine seq_concat 7 years ago
concat.cu refine seq_concat 7 years ago
concat.h refine seq_concat 7 years ago
concat.hip.cu
concat_test.cc fix errors in concat_test 7 years ago
context_project.cc
context_project.cu
context_project.h Clean and extract blas 7 years ago
cos_sim_functor.cc
cos_sim_functor.cu Feature/cuda9 cudnn7 (#10140) 7 years ago
cos_sim_functor.h
cpu_lstm_compute.cc fix macunittest (#13434) 7 years ago
cpu_lstm_compute.h fix macunittest (#13434) 7 years ago
cpu_vec.h fix deps 7 years ago
cpu_vec_test.cc fix auc layer and add check for auc op (#12954) 7 years ago
cross_entropy.cc Add ignore_index in cross_entropy op (#13217) 7 years ago
cross_entropy.cu Add ignore_index in cross_entropy op (#13217) 7 years ago
cross_entropy.h Add ignore_index in cross_entropy op (#13217) 7 years ago
depthwise_conv.cu Feature/cuda9 cudnn7 (#10140) 7 years ago
depthwise_conv.h
fc_compute.h refine blas gemm 7 years ago
functors.h Feature/op_fuse_pass (#12440) 7 years ago
gru_compute.cc Clean and extract blas 7 years ago
gru_compute.cu Clean and extract blas 7 years ago
gru_compute.h
im2col.cc complete im2col with padding==1 and speedup filter width==1 7 years ago
im2col.cu change im2sequence for ctc batch inference (#11696) 7 years ago
im2col.h
im2col_cfo_cpu.h further optimize im2col using variables 7 years ago
im2col_test.cc complete im2col with padding==1 and speedup filter width==1 7 years ago
lstm_compute.cc
lstm_compute.cu
lstm_compute.h
math_function.cc Feature/template (#13093) 7 years ago
math_function.cu Feature/template (#13093) 7 years ago
math_function.h operators module (#12938) 7 years ago
math_function_impl.h add hsigmoid 7 years ago
math_function_test.cc add gemm_warp test 7 years ago
math_function_test.cu Clean and extract blas 7 years ago
matrix_bit_code.cc Fix the HierarchicalSigmoidGradOpKernel and refine the codes. Now hsigmoid_op is same with V2 implementation and can pass gradient check. 7 years ago
matrix_bit_code.h fix style (#13142) 7 years ago
maxouting.cc
maxouting.cu Feature/cuda9 cudnn7 (#10140) 7 years ago
maxouting.h fix style (#13142) 7 years ago
padding.h Add pad_constant_like_op (#12943) 7 years ago
pooling.cc fix cpplint error (#10329) 7 years ago
pooling.cu fix cpplint error (#10329) 7 years ago
pooling.h fix style (#13142) 7 years ago
sampler.cc
sampler.h
selected_rows_functor.cc fix adam 7 years ago
selected_rows_functor.cu Merge pull request #13511 from reyoung/fix_ce 7 years ago
selected_rows_functor.h fix adam 7 years ago
selected_rows_functor_test.cc
selected_rows_functor_test.cu Fix unstable selected_rows_functor_test.cu 7 years ago
sequence2batch.cc refine seq2batch 7 years ago
sequence2batch.cu
sequence2batch.h refine cpu gru batch mode 7 years ago
sequence_padding.cc update function 7 years ago
sequence_padding.cu update function 7 years ago
sequence_padding.h bug fix 7 years ago
sequence_padding_test.cc Complete sequence_padding GPU kernel 7 years ago
sequence_pooling.cc fix travis-ci 7 years ago
sequence_pooling.cu refine seq_pool 7 years ago
sequence_pooling.h
sequence_scale.cc
sequence_scale.cu Feature/cuda9 cudnn7 (#10140) 7 years ago
sequence_scale.h
softmax.cc
softmax.cu Revert ""cherry picked operators changes" (#12184)" (#12747) 7 years ago
softmax.h
softmax_impl.h
unpooling.cc
unpooling.cu Feature/cuda9 cudnn7 (#10140) 7 years ago
unpooling.h
vol2col.cc
vol2col.cu Feature/cuda9 cudnn7 (#10140) 7 years ago
vol2col.h
vol2col_test.cc