aboutsummaryrefslogtreecommitdiff
path: root/verif/generator/tosa_test_gen.py
diff options
context:
space:
mode:
Diffstat (limited to 'verif/generator/tosa_test_gen.py')
-rw-r--r--verif/generator/tosa_test_gen.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/verif/generator/tosa_test_gen.py b/verif/generator/tosa_test_gen.py
index ae689b4..f5eca18 100644
--- a/verif/generator/tosa_test_gen.py
+++ b/verif/generator/tosa_test_gen.py
@@ -4201,7 +4201,6 @@ class TosaTestGen:
"reduce_all": {
"op": Op.REDUCE_ALL,
"operands": (1, 0),
- "rank": (1, 4),
"build_fcn": (
build_reduce,
TosaTensorGen.tgBasic,
@@ -4223,7 +4222,6 @@ class TosaTestGen:
"reduce_any": {
"op": Op.REDUCE_ANY,
"operands": (1, 0),
- "rank": (1, 4),
"build_fcn": (
build_reduce,
TosaTensorGen.tgBasic,
@@ -4245,7 +4243,6 @@ class TosaTestGen:
"reduce_max": {
"op": Op.REDUCE_MAX,
"operands": (1, 0),
- "rank": (1, 4),
"build_fcn": (
build_reduce,
TosaTensorGen.tgBasic,
@@ -4270,7 +4267,6 @@ class TosaTestGen:
"reduce_min": {
"op": Op.REDUCE_MIN,
"operands": (1, 0),
- "rank": (1, 4),
"build_fcn": (
build_reduce,
TosaTensorGen.tgBasic,
@@ -4295,7 +4291,6 @@ class TosaTestGen:
"reduce_product": {
"op": Op.REDUCE_PRODUCT,
"operands": (1, 0),
- "rank": (1, 4),
"build_fcn": (
build_reduce,
TosaTensorGen.tgBasic,
@@ -4320,7 +4315,6 @@ class TosaTestGen:
"reduce_sum": {
"op": Op.REDUCE_SUM,
"operands": (1, 0),
- "rank": (1, 4),
"build_fcn": (
build_reduce,
TosaTensorGen.tgBasic,