From e0dc1b3d070313052f5fd6ac739778d45b57859c Mon Sep 17 00:00:00 2001 From: "Wang, Zhitao" Date: Mon, 30 Oct 2023 02:10:41 +0000 Subject: [PATCH] test: gtests: graph: remove avgpoolbwd in singleopreplace unit test --- tests/gtests/graph/unit/backend/dnnl/test_pass.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/gtests/graph/unit/backend/dnnl/test_pass.cpp b/tests/gtests/graph/unit/backend/dnnl/test_pass.cpp index fdfc2092e5a..fa51faf339e 100644 --- a/tests/gtests/graph/unit/backend/dnnl/test_pass.cpp +++ b/tests/gtests/graph/unit/backend/dnnl/test_pass.cpp @@ -4600,7 +4600,6 @@ TEST(Pass, DnnlSingleOpReplacement) { MatMul, AvgPool, MaxPool, - AvgPoolBackward, Clamp, ConvolutionBackwardData, ConvolutionBackwardWeights,