aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets/PoolingTypesDataset.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/datasets/PoolingTypesDataset.h')
-rw-r--r--tests/datasets/PoolingTypesDataset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/datasets/PoolingTypesDataset.h b/tests/datasets/PoolingTypesDataset.h
index 5ba8aaf6d0..5994d6ecd0 100644
--- a/tests/datasets/PoolingTypesDataset.h
+++ b/tests/datasets/PoolingTypesDataset.h
@@ -41,7 +41,7 @@ public:
PoolingTypes()
: ContainerDataset("PoolType",
{
- PoolingType::MAX, PoolingType::AVG
+ PoolingType::MAX, PoolingType::AVG, PoolingType::L2
})
{
}