fix roi pool register

ce
jerrywgz 6 years ago
parent e1761709f8
commit 3c963336e4

@ -174,4 +174,4 @@ REGISTER_OP_CPU_KERNEL(
REGISTER_OP_CPU_KERNEL( REGISTER_OP_CPU_KERNEL(
roi_pool_grad, roi_pool_grad,
ops::CPUROIPoolGradOpKernel<paddle::platform::CPUDeviceContext, float>, ops::CPUROIPoolGradOpKernel<paddle::platform::CPUDeviceContext, float>,
ops::CPUROIPoolOpKernel<paddle::platform::CPUDeviceContext, double>); ops::CPUROIPoolGradOpKernel<paddle::platform::CPUDeviceContext, double>);

Loading…
Cancel
Save