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,
ops::ReshapeGradKernel, int64_t,
ops::ReshapeGradKernel, plat::float16,
ops::ReshapeGradKernel,
bool ops::ReshapeGradKernel);
ops::ReshapeGradKernel, bool,
ops::ReshapeGradKernel);
#endif

Loading…
Cancel
Save