Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuqin1998 committed Apr 6, 2023
1 parent e49e1c2 commit 3cdf9e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions paddle/phi/ops/compat/conv_transpose_sig.cc
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ KernelSignature DepthwiseConv2dTransposeGradOpArgumentMapping(

} // namespace phi

PD_REGISTER_BASE_KERNEL_NAME(conv2d_transpose_grad_grad,
conv2d_transpose_double_grad);

PD_REGISTER_ARG_MAPPING_FN(conv2d_transpose,
phi::Conv2dTransposeOpArgumentMapping);
PD_REGISTER_ARG_MAPPING_FN(conv2d_transpose_grad,
Expand Down

0 comments on commit 3cdf9e8

Please sign in to comment.