From fcb603e953cccfabed1ccc766a55e8b7b1e868ca Mon Sep 17 00:00:00 2001 From: SaeHie Park Date: Fri, 16 Feb 2024 17:37:55 +0900 Subject: [PATCH] [luci-pass-value-py-test] For remove_gather_guard option (#12646) This will enable value test of remove_gather_guard option. ONE-DCO-1.0-Signed-off-by: SaeHie Park --- compiler/luci-pass-value-py-test/test.lst | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/luci-pass-value-py-test/test.lst b/compiler/luci-pass-value-py-test/test.lst index 1feaff9abaf..8a2615ebd78 100644 --- a/compiler/luci-pass-value-py-test/test.lst +++ b/compiler/luci-pass-value-py-test/test.lst @@ -9,6 +9,7 @@ # --> https://github.com/Samsung/ONE/issues/5782 eval(FullyConnected_007 replace_non_const_fc_with_batch_matmul) eval(HardSwish_001 decompose_hardswish) +eval(Net_Add_FloorMod_Gather_000 remove_gather_guard) eval(Net_Conv_Add_Mul_000 fuse_batchnorm_with_conv) eval(Net_Conv_Add_Mul_000 fuse_batchnorm_with_conv) eval(Net_Conv_Add_Mul_001 fuse_batchnorm_with_conv)