fix kunlun kernel of reshape op (#27988)

swt-req
mapingshuo 5 years ago committed by GitHub
parent afce32f32c
commit 64c2634995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -675,6 +675,6 @@ REGISTER_OP_XPU_KERNEL_FUNCTOR(reshape2_grad, float, ops::ReshapeGradKernel,
double, ops::ReshapeGradKernel, int, double, ops::ReshapeGradKernel, int,
ops::ReshapeGradKernel, int64_t, ops::ReshapeGradKernel, int64_t,
ops::ReshapeGradKernel, plat::float16, ops::ReshapeGradKernel, plat::float16,
ops::ReshapeGradKernel, ops::ReshapeGradKernel, bool,
bool ops::ReshapeGradKernel); ops::ReshapeGradKernel);
#endif #endif

Loading…
Cancel
Save