From 81377e7c51fc2e0424d42327ec49eb2b77976b84 Mon Sep 17 00:00:00 2001 From: bokyeong lee Date: Wed, 2 Oct 2024 08:43:20 +0900 Subject: [PATCH] [circle2circle-dredd-recipe-test] Add Inf_Quantize Test This commit add Inf_Quantize_000 test for dynamic shape Inference. ONE-DCO-1.0-Signed-off-by: Bokyeong Lee --- compiler/circle2circle-dredd-recipe-test/test.lst | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/circle2circle-dredd-recipe-test/test.lst b/compiler/circle2circle-dredd-recipe-test/test.lst index 66441c0881c..2edecfb504a 100644 --- a/compiler/circle2circle-dredd-recipe-test/test.lst +++ b/compiler/circle2circle-dredd-recipe-test/test.lst @@ -147,3 +147,4 @@ Add(REGRESS_Issue_13863 PASS substitute_pack_to_reshape) # SHAPE INFERENCE test Add(Inf_Pad_000 PASS) +Add(Inf_Quantize_000 PASS)