We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa3f41 commit edc4c0fCopy full SHA for edc4c0f
paddle/fluid/operators/controlflow/feed_op.cc
@@ -238,8 +238,6 @@ PD_REGISTER_KERNEL_FOR_ALL_DTYPE(
238
paddle::operators::FeedSparseCooTensorKernel<phi::XPUContext>) {}
239
#endif
240
241
-PD_REGISTER_KERNEL_FOR_ALL_BACKEND_DTYPE(
242
- feed_dense_tensor, ALL_LAYOUT, paddle::operators::FeedDenseTensorKernel) {}
243
PD_REGISTER_KERNEL_FOR_ALL_BACKEND_DTYPE(feed_strings,
244
ALL_LAYOUT,
245
paddle::operators::FeedStringsKernel) {
0 commit comments