Skip to content

Commit 2dd49d3

Browse files
committed
Fix
1 parent c4a9162 commit 2dd49d3

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

paddle/fluid/operators/controlflow/fetch_v2_op.cc

-17
Original file line numberDiff line numberDiff line change
@@ -226,20 +226,3 @@ REGISTER_OPERATOR(
226226
ops::FetchV2OpProtoMaker,
227227
paddle::framework::EmptyGradOpMaker<paddle::framework::OpDesc>,
228228
paddle::framework::EmptyGradOpMaker<paddle::imperative::OpBase>);
229-
230-
PD_REGISTER_STRUCT_KERNEL(fetch_v2,
231-
CPU,
232-
ALL_LAYOUT,
233-
ops::FetchV2Kernel,
234-
float,
235-
double,
236-
int,
237-
int8_t,
238-
int16_t,
239-
int64_t,
240-
uint8_t,
241-
bool,
242-
phi::dtype::float16,
243-
phi::dtype::bfloat16,
244-
phi::dtype::complex<float>,
245-
phi::dtype::complex<double>) {}

0 commit comments

Comments
 (0)