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 f4e2a61..b7bbfc3 100644
--- a/verif/conformance/test_select.py
+++ b/verif/conformance/test_select.py
@@ -506,6 +506,13 @@ class DepthwiseConv2dOperator(Operator):
param_names = ["kernel", "shape", "type", "accum_type", "stride", "pad", "dilation"]
+class DimOeprator(Operator):
+ """Test selector for the DIM operator."""
+
+ name = "dim"
+ param_names = ["shape", "type", "axis"]
+
+
class EqualOperator(Operator):
"""Test selector for the EQUAL operator."""