aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets/MobileNetDepthwiseSeparableConvolutionLayerDataset.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2017-10-27 12:01:23 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commit5cbd20f10f1a51dc177c4e9e7c0be01261870260 (patch)
tree4df16a37d88d5fa3434c64a7e8a788eeb431dfe1 /tests/datasets/MobileNetDepthwiseSeparableConvolutionLayerDataset.h
parent1f378ee7639837601f5152ee9f185ee1a528d643 (diff)
downloadComputeLibrary-5cbd20f10f1a51dc177c4e9e7c0be01261870260.tar.gz
COMPMID-556: Autoconfigure support in CLDepthwiseConvolution.
Change-Id: I697d3237b39d0f088b820c14b65cfcbbd2e26e09 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/93412 Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
Diffstat (limited to 'tests/datasets/MobileNetDepthwiseSeparableConvolutionLayerDataset.h')
-rw-r--r--tests/datasets/MobileNetDepthwiseSeparableConvolutionLayerDataset.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/datasets/MobileNetDepthwiseSeparableConvolutionLayerDataset.h b/tests/datasets/MobileNetDepthwiseSeparableConvolutionLayerDataset.h
index d0f602daf0..eef0000925 100644
--- a/tests/datasets/MobileNetDepthwiseSeparableConvolutionLayerDataset.h
+++ b/tests/datasets/MobileNetDepthwiseSeparableConvolutionLayerDataset.h
@@ -43,10 +43,7 @@ public:
MobileNetDepthwiseSeparableConvolutionLayerDataset()
{
add_config(TensorShape(14U, 14U, 512U), TensorShape(3U, 3U, 512U), TensorShape(512U), TensorShape(14U, 14U, 512U), TensorShape(1U, 1U, 512U, 512U), TensorShape(512U), TensorShape(14U, 14U, 512U),
- PadStrideInfo(1, 1, 1,
- 1,
- DimensionRoundingType::FLOOR),
- PadStrideInfo(1, 1, 0, 0, DimensionRoundingType::FLOOR));
+ PadStrideInfo(1, 1, 1, 1, DimensionRoundingType::FLOOR), PadStrideInfo(1, 1, 0, 0, DimensionRoundingType::FLOOR));
}
};
} // namespace datasets