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.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/verif/conformance/test_select.py b/verif/conformance/test_select.py
index 696b466..59feae1 100644
--- a/verif/conformance/test_select.py
+++ b/verif/conformance/test_select.py
@@ -594,6 +594,12 @@ class PadOperator(Operator):
param_names = ["shape", "type", "pad"]
+class PowOperator(Operator):
+ """Test selector for the POW operator."""
+
+ name = "pow"
+
+
class ReduceAllOperator(Operator):
"""Test selector for the REDUCE_ALL operator."""