Skip to content

Commit b6dda59

Browse files
committed
rename unpool2d to unpool, test=develop
1 parent cc21c42 commit b6dda59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paddle/fluid/operators/unpool_op.cu.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ limitations under the License. */
1616

1717
namespace ops = paddle::operators;
1818
REGISTER_OP_CUDA_KERNEL(
19-
unpool2d, ops::UnpoolKernel<paddle::platform::CUDADeviceContext, float>,
19+
unpool, ops::UnpoolKernel<paddle::platform::CUDADeviceContext, float>,
2020
ops::UnpoolKernel<paddle::platform::CUDADeviceContext, double>);
2121
REGISTER_OP_CUDA_KERNEL(
22-
unpool2d_grad,
22+
unpool_grad,
2323
ops::UnpoolGradKernel<paddle::platform::CUDADeviceContext, float>,
2424
ops::UnpoolGradKernel<paddle::platform::CUDADeviceContext, double>);

0 commit comments

Comments
 (0)