Remove customer test

Signed-off-by: zhao.xia <zhao.xia@verisilicon.com>
This commit is contained in:
zhao.xia 2021-07-29 17:45:54 +08:00 committed by Kainan Cha
parent 70c427256d
commit 8fb3a7e6fb
1 changed files with 2 additions and 0 deletions

View File

@ -1508,6 +1508,7 @@ TEST(Conv2d, shape_3_2_2_1_int8_QuantizedPerChannelTest) {
EXPECT_EQ(golden, output);
}
#if 0
TEST(Conv2d, shape_w_h_128_1_ksize_1_1_stride_2_int8_QuantizedPerChannel_customer_Test) {
tim::vx::ShapeType input_shape({2, 2, 128, 1}); //whcn
tim::vx::ShapeType weight_shape({1, 1, 128, 256}); //whio
@ -1631,3 +1632,4 @@ TEST(Conv2d, shape_w_h_128_1_ksize_1_1_stride_2_int8_QuantizedPerChannel_custome
}
}
}
#endif