From 27fd2bc2d4411e4f486afe7c1cdefee4c6e0e9b4 Mon Sep 17 00:00:00 2001 From: kangguangli Date: Fri, 14 Jul 2023 11:10:31 +0800 Subject: [PATCH] [OpCompat] add feed in op_compat.yaml (#55402) * add feed in op_compat.yaml * remove input mapping --- paddle/phi/api/yaml/op_compat.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/paddle/phi/api/yaml/op_compat.yaml b/paddle/phi/api/yaml/op_compat.yaml index 546d849ae97..56eb4eb5c88 100755 --- a/paddle/phi/api/yaml/op_compat.yaml +++ b/paddle/phi/api/yaml/op_compat.yaml @@ -1011,6 +1011,9 @@ extra : attrs : [int round_type = 1] +- op : feed + outputs: {out: Out} + - op : fft_c2c inputs: {x: X} outputs: {out: Out} -- GitLab