aboutsummaryrefslogtreecommitdiff
path: root/chapters/scatter_gather.adoc
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2021-09-28 16:15:42 -0700
committerEric Kunze <eric.kunze@arm.com>2021-10-04 16:22:33 -0700
commitb6335b827cc58cd6776fe77907d5dfada6d4d93b (patch)
tree642fb4bd351bda570499bd0749195e1f8521c8de /chapters/scatter_gather.adoc
parentc949f8a3a554728ccb6ce0ee0992fde382160cda (diff)
downloadspecification-b6335b827cc58cd6776fe77907d5dfada6d4d93b.tar.gz
Move quantization parameters into argument tables
The TOSA specification doesn't have quantized types. Without those types, it is cleaner to move effects of quantization such as the zero points into the standard list of arguments, rather than existing as a separate table. Change-Id: I18ea2959e9d3e4a3e9a0ead7a8ca319bb4426a47
Diffstat (limited to 'chapters/scatter_gather.adoc')
-rw-r--r--chapters/scatter_gather.adoc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chapters/scatter_gather.adoc b/chapters/scatter_gather.adoc
index 6fedb45..63f30dc 100644
--- a/chapters/scatter_gather.adoc
+++ b/chapters/scatter_gather.adoc
@@ -24,10 +24,6 @@ N is the number of batches, W the number of indices in each batch, K the range o
|Output|value_t*|output|[N,W,C]|3D output tensor
|===
-*Quantization Parameters:*
-
-None
-
*Operation Function:*
[source,c++]