aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chapters/introduction.adoc7
1 files changed, 6 insertions, 1 deletions
diff --git a/chapters/introduction.adoc b/chapters/introduction.adoc
index 5134330..53a6511 100644
--- a/chapters/introduction.adoc
+++ b/chapters/introduction.adoc
@@ -121,13 +121,18 @@ The following number formats are defined in TOSA. See section 2.3 for details on
|int16
| -32768
| +32768
-|Signed 16-bit twos-complement values. Symmetric per-tensor quantization. No zero point is used , scale factor is provided in the operation.
+|Signed 16-bit twos-complement values. Symmetric per-tensor quantization. No zero point is used, scale factor is provided in the operation.
|int32
| (1<<31)-1
| -(1<<31)
|32-bit twos-complement value. No scale factor used.
+|int48
+| (1<<47)-1
+| -(1<<47)
+|48-bit twos-complement value. No scale factor used.
+
|float
| -infinity
| +infinity