aboutsummaryrefslogtreecommitdiff
path: root/chapters/ewise_binary.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'chapters/ewise_binary.adoc')
-rw-r--r--chapters/ewise_binary.adoc12
1 files changed, 0 insertions, 12 deletions
diff --git a/chapters/ewise_binary.adoc b/chapters/ewise_binary.adoc
index 99eb597..f44f7f5 100644
--- a/chapters/ewise_binary.adoc
+++ b/chapters/ewise_binary.adoc
@@ -271,10 +271,6 @@ Axis of size 1 will be broadcast, as necessary. Rank of input tensors must match
|Output|in_t*|output|shape|Output tensor with broadcast shape if necessary
|===
-*Quantization Parameters:*
-
-None
-
*Operation Function:*
[source,c++]
@@ -586,10 +582,6 @@ Axis of size 1 will be broadcast, as necessary. Rank of input tensors must match
|Output|in_t*|output|shape|Output tensor of same type as the input tensors, with broadcast shape if necessary
|===
-*Quantization Parameters:*
-
-Only supported with floating-point values.
-
*Supported Data Types:*
|===
@@ -662,10 +654,6 @@ An int16_t to int16_t table lookup can be constructed in TOSA as follows:
|Output|out_t*|output|shape|Output tensor
|===
-*Quantization Parameters:*
-
-None
-
*Operation Function:*
[source,c++]