aboutsummaryrefslogtreecommitdiff
path: root/chapters/ewise_unary.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'chapters/ewise_unary.adoc')
-rw-r--r--chapters/ewise_unary.adoc19
1 files changed, 2 insertions, 17 deletions
diff --git a/chapters/ewise_unary.adoc b/chapters/ewise_unary.adoc
index 036c6e3..2dc01df 100644
--- a/chapters/ewise_unary.adoc
+++ b/chapters/ewise_unary.adoc
@@ -56,10 +56,6 @@ Elementwise bitwise NOT of input tensor.
|Output|in_t*|output|shape|Output tensor of same type, size as the input tensor
|===
-*Quantization Parameters:*
-
-None
-
*Operation Function:*
[source,c++]
@@ -210,10 +206,6 @@ Elementwise logical NOT of input.
|Output|in_t*|output|shape|Output tensor of same type, size as the input tensor
|===
-*Quantization Parameters:*
-
-None
-
*Operation Function:*
[source,c++]
@@ -243,18 +235,11 @@ Elementwise negation operation
|Argument|Type|Name|Shape|Description
|Input|in_t*|input1|shape|Input tensor
+|Attribute|in_t|input1_zp|-|Input 1 zero point. Must be zero for non-int8 types.
+|Attribute|in_t|output_zp|-|Output zero point. Must be zero for non-int8 types.
|Output|in_t*|output|shape|Output tensor of same type, size as the input tensor
|===
-*Quantization Parameters:*
-
-|===
-|Argument|Type|Name|Shape|Description
-
-|Attribute|in_t|input1_zp|-|Input 1 zero point
-|Attribute|in_t|output_zp|-|Output zero point
-|===
-
*Operation Function:*
[source,c++]