From 06a536b634f08145f1656adc7664b8099776f9a6 Mon Sep 17 00:00:00 2001 From: Jongwon Yang <46333013+jongwonyang@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:29:25 +0900 Subject: [PATCH] [common-artifacts] Exclude Reshape_003 optimization test (#14113) This commit is to exclude Reshape_003 optimization test. This recipe does not reflect the original intention. ONE-DCO-Signed-off-by: Jongwon Yang --- compiler/common-artifacts/exclude.lst | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/common-artifacts/exclude.lst b/compiler/common-artifacts/exclude.lst index c3b015ba992..4b934277853 100644 --- a/compiler/common-artifacts/exclude.lst +++ b/compiler/common-artifacts/exclude.lst @@ -7,6 +7,7 @@ ## TensorFlowLiteRecipes optimize(Add_STR_000) # STRING is not supported optimize(Add_STR_001) # STRING is not supported +optimize(Reshape_003) # no input, no option is not supported ## CircleRecipes optimize(RoPE_000)