aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets/DatatypeDataset.h
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2019-08-22 11:44:04 +0100
committerMichalis Spyrou <michalis.spyrou@arm.com>2019-08-23 13:13:08 +0000
commit29a01c90fc372d31188ab7157b45b32ce24fa9b3 (patch)
tree419b7abc22c56fde8dece4c80c328a209c041d94 /tests/datasets/DatatypeDataset.h
parentfb0fdcdaec57e6f8e1b96f924411921cc0ba6d94 (diff)
downloadComputeLibrary-29a01c90fc372d31188ab7157b45b32ce24fa9b3.tar.gz
COMPMID-2417: NEDequantizationLayer support for QASYMM8_PER_CHANNEL
Change-Id: I1ef4ce8610e11e81702b0b7f0f7c437fed49833e Signed-off-by: Michalis Spyrou <michalis.spyrou@arm.com> Reviewed-on: https://review.mlplatform.org/c/1795 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/datasets/DatatypeDataset.h')
-rw-r--r--tests/datasets/DatatypeDataset.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/datasets/DatatypeDataset.h b/tests/datasets/DatatypeDataset.h
index a158a5f52d..9bdb346340 100644
--- a/tests/datasets/DatatypeDataset.h
+++ b/tests/datasets/DatatypeDataset.h
@@ -48,6 +48,17 @@ public:
{
}
};
+class QuantizedPerChannelTypes final : public framework::dataset::ContainerDataset<std::vector<DataType>>
+{
+public:
+ QuantizedPerChannelTypes()
+ : ContainerDataset("QuantizedPerChannelTypes",
+ {
+ DataType::QASYMM8_PER_CHANNEL
+ })
+ {
+ }
+};
} // namespace datasets
} // namespace test
} // namespace arm_compute