From 40b87aa340af59ef5c334ef1d88a957d29cc0567 Mon Sep 17 00:00:00 2001 From: SaeHie Park Date: Wed, 2 Oct 2024 07:16:05 +0000 Subject: [PATCH] [common-artifacts] Exclude Reshape_004 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)