fix kunlun kernel of reshape op (#27989)

fix_doc_bugs
mapingshuo 5 years ago committed by GitHub
parent b57254ed61
commit 50d24899cf
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