From beebec95c8e2a8ca5023905aa1edb107342c9afc Mon Sep 17 00:00:00 2001 From: SaeHie Park Date: Wed, 2 Oct 2024 17:01:37 +0900 Subject: [PATCH] [common-artifacts] Exclude Reshape_004 (#14148) This will exclude Reshape_004 from test data generation, having shape input with 0. ONE-DCO-1.0-Signed-off-by: SaeHie Park --- 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 6ee23916ee4..07f6dc37a79 100644 --- a/compiler/common-artifacts/exclude.lst +++ b/compiler/common-artifacts/exclude.lst @@ -126,6 +126,7 @@ tcgenerate(ReLU6_dynamic_000) # TestDataGenerator does not support unknown dimen tcgenerate(ReLUN1To1_000) tcgenerate(ReLUN1To1_dynamic_000) # TestDataGenerator does not support unknown dimension tcgenerate(Reshape_003) # luci-interpreter doesn't support reshape without built-in option +tcgenerate(Reshape_004) # has 0 in shape tcgenerate(ReverseSequence_000) tcgenerate(ReverseV2_000) tcgenerate(Round_000)