aboutsummaryrefslogtreecommitdiff
path: root/verif/generator/tosa_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'verif/generator/tosa_utils.py')
-rw-r--r--verif/generator/tosa_utils.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/verif/generator/tosa_utils.py b/verif/generator/tosa_utils.py
index a4ef31a..6a689d0 100644
--- a/verif/generator/tosa_utils.py
+++ b/verif/generator/tosa_utils.py
@@ -2,6 +2,9 @@
# SPDX-License-Identifier: Apache-2.0
from tosa.DType import DType
+# Maximum dimension size for output and inputs for RESIZE
+MAX_RESIZE_DIMENSION = 16384
+
def valueToName(item, value):
"""Get the name of an attribute with the given value.