We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e176170 commit 3c96333Copy full SHA for 3c96333
paddle/fluid/operators/roi_pool_op.cc
@@ -174,4 +174,4 @@ REGISTER_OP_CPU_KERNEL(
174
REGISTER_OP_CPU_KERNEL(
175
roi_pool_grad,
176
ops::CPUROIPoolGradOpKernel<paddle::platform::CPUDeviceContext, float>,
177
- ops::CPUROIPoolOpKernel<paddle::platform::CPUDeviceContext, double>);
+ ops::CPUROIPoolGradOpKernel<paddle::platform::CPUDeviceContext, double>);
0 commit comments