Conv Shift Operator (#4591)
* conv_shift_op: initial implementation using Eigen Limitations: - both gradient outputs must be specified and are always computed - explicit for loops => could be optimized in various ways (e.g., different memory layout) * conv shift - gradient fixes fix case when not all output gradients desired * conv shift: minor cleanup * conv shift - more minor cleanup * conv shift: clean up & initial GPU implementation * fix rebase issue
Showing
paddle/operators/conv_shift_op.cc
0 → 100644
paddle/operators/conv_shift_op.cu
0 → 100644
paddle/operators/conv_shift_op.h
0 → 100644
想要评论请 注册 或 登录