From b3a53fc2286148951b7b24c84ee924ec10c26f3a Mon Sep 17 00:00:00 2001 From: Hanjin Choi Date: Mon, 7 Oct 2024 22:45:58 +0900 Subject: [PATCH] [circle2circle-dredd-recipe-test] Add Inf_Neg_000 test This commit adds Inf_Neg_000 to circle2circle-dredd-recipe-test. ONE-DCO-1.0-Signed-off-by: HanJin Choi hanjin4647@gmail.com --- 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 c700a03cca6..92f25875f82 100644 --- a/compiler/circle2circle-dredd-recipe-test/test.lst +++ b/compiler/circle2circle-dredd-recipe-test/test.lst @@ -148,4 +148,5 @@ Add(REGRESS_Issue_13863 PASS substitute_pack_to_reshape) # SHAPE INFERENCE test Add(Inf_Mul_000 PASS) +Add(Inf_Neg_000 PASS) Add(Inf_Pad_000 PASS)