From 1af1178a2611fcd17ed3dcc915462b88978168dc Mon Sep 17 00:00:00 2001 From: zhangbo9674 <82555433+zhangbo9674@users.noreply.github.com> Date: Wed, 16 Aug 2023 17:28:12 +0800 Subject: [PATCH] fix bug (#56324) --- paddle/phi/api/yaml/op_compat.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/paddle/phi/api/yaml/op_compat.yaml b/paddle/phi/api/yaml/op_compat.yaml index 2dc92e03855..7a7cbbc48a6 100755 --- a/paddle/phi/api/yaml/op_compat.yaml +++ b/paddle/phi/api/yaml/op_compat.yaml @@ -2901,6 +2901,8 @@ {x : X, indices: Indices} outputs : out : Out + attrs : + padding : paddings int_array : output_size: data_type : int -- GitLab