Skip to content

Commit edc4c0f

Browse files
committed
Fix
1 parent 6aa3f41 commit edc4c0f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

paddle/fluid/operators/controlflow/feed_op.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,6 @@ PD_REGISTER_KERNEL_FOR_ALL_DTYPE(
238238
paddle::operators::FeedSparseCooTensorKernel<phi::XPUContext>) {}
239239
#endif
240240

241-
PD_REGISTER_KERNEL_FOR_ALL_BACKEND_DTYPE(
242-
feed_dense_tensor, ALL_LAYOUT, paddle::operators::FeedDenseTensorKernel) {}
243241
PD_REGISTER_KERNEL_FOR_ALL_BACKEND_DTYPE(feed_strings,
244242
ALL_LAYOUT,
245243
paddle::operators::FeedStringsKernel) {

0 commit comments

Comments
 (0)