Skip to content

Commit bad623a

Browse files
author
Alok Bakshi
committed
tests: gtest: pool: Extra test for negative padding
1 parent c0ddfec commit bad623a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/gtests/test_pooling_backward.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,9 @@ INSTANTIATE_TEST_CASE_P(
546546

547547
INSTANTIATE_TEST_CASE_P(
548548
TestPooling3D_nCdhw16c, pooling_bwd_test_float, ::testing::Values(
549+
pool_bwd_test_params{
550+
engine::kind::cpu, pooling_max, memory::format::nCdhw16c,
551+
memory::format::nCdhw16c, EXPAND_SIZES_3D(2, 32, 23, 23, 23, 11, 11, 11, 2, 2, 2, 0, 0, 0, 2, 2, 2) },
549552
pool_bwd_test_params{
550553
engine::kind::cpu, pooling_max, memory::format::nCdhw16c,
551554
memory::format::nCdhw16c, EXPAND_SIZES_3D(2, 32, 60, 60, 60, 31, 30, 30, 2, 3, 4, 1, 1, 1, 2, 2, 2) },

0 commit comments

Comments
 (0)