aboutsummaryrefslogtreecommitdiff
path: root/verif/conformance/test_select.py
diff options
context:
space:
mode:
Diffstat (limited to 'verif/conformance/test_select.py')
-rw-r--r--verif/conformance/test_select.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/verif/conformance/test_select.py b/verif/conformance/test_select.py
index 817d0b6..6161523 100644
--- a/verif/conformance/test_select.py
+++ b/verif/conformance/test_select.py
@@ -669,6 +669,13 @@ class ReduceMinOperator(Operator):
param_names = ["shape", "type", "axis"]
+class ReduceProductOperator(Operator):
+ """Test selector for the REDUCE_PRODUCT operator."""
+
+ name = "reduce_product"
+ param_names = ["shape", "type", "axis"]
+
+
class ReduceSumOperator(Operator):
"""Test selector for the REDUCE_SUM operator."""