aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2023-07-18 15:20:53 -0700
committerEric Kunze <eric.kunze@arm.com>2023-08-17 09:32:28 -0700
commitfb0284e2912bd5fd73bf6f476901490e04c330a2 (patch)
tree1784e40ad84a91e751679a4cbdf6cd33be1eefdb /tools
parentb5b067819e5de11153b41cf3d26da4f3f9dd23e8 (diff)
downloadspecification-fb0284e2912bd5fd73bf6f476901490e04c330a2.tar.gz
Change TOSA specification to signless types
Integer inputs and outputs to TOSA operators are now defined as signless values. In most instances the operator will used signed arithmetic as indicated in previous versions of the specification resulting in little functional change to the specification. New attributes have been added to the RESCALE operator to indicate whether the input and output values should be treated as signed or unsigned. Explicit use of static_cast, sign_extend, zero_extend and truncate are added to the pseudocode to avoid ambiguity. Change-Id: I71c67d3e5aeaabc418c768f821fce6ee3eebb65b
Diffstat (limited to 'tools')
-rw-r--r--tools/dictionary.dic2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/dictionary.dic b/tools/dictionary.dic
index e2e1a58..faf431a 100644
--- a/tools/dictionary.dic
+++ b/tools/dictionary.dic
@@ -67,6 +67,7 @@ RSQRT
sigmoid
Sigmoid
SIGMOID
+signless
SIMD
subtensor
svg
@@ -79,6 +80,7 @@ tosa
TOSA
TOSASETS
TPUs
+uint
ulp
unary
Unary