aboutsummaryrefslogtreecommitdiff
path: root/chapters/ewise_unary.adoc
diff options
context:
space:
mode:
authorDominic Symes <dominic.symes@arm.com>2022-11-04 18:00:03 +0000
committerEric Kunze <eric.kunze@arm.com>2022-12-05 19:18:51 +0000
commite4d6a1b99337f33cfaf343005e355ef7a68b2be9 (patch)
tree32ae772f418c53ad90e7f069caf59f51dfb7b6f0 /chapters/ewise_unary.adoc
parent1cf84e95f85d510f55720fb98694530923ba9a1c (diff)
downloadspecification-e4d6a1b99337f33cfaf343005e355ef7a68b2be9.tar.gz
Add Levels defintion
Add definition of Level 1.0. Signed-off-by: Dominic Symes <dominic.symes@arm.com> Change-Id: I1b34ae22396f273cc5ecdf99198fdbece6e2809c
Diffstat (limited to 'chapters/ewise_unary.adoc')
-rw-r--r--chapters/ewise_unary.adoc22
1 files changed, 0 insertions, 22 deletions
diff --git a/chapters/ewise_unary.adoc b/chapters/ewise_unary.adoc
index 289b657..f630a48 100644
--- a/chapters/ewise_unary.adoc
+++ b/chapters/ewise_unary.adoc
@@ -22,8 +22,6 @@ include::{generated}/operators/ABS.adoc[]
|Output|+infinity|+infinity|+0|+0|NaN
|===
-*Operation Function:*
-
[source,c++]
----
for_each(index in shape) {
@@ -43,8 +41,6 @@ Elementwise bitwise NOT of input tensor.
include::{generated}/operators/BITWISE_NOT.adoc[]
-*Operation Function:*
-
[source,c++]
----
for_each(index in shape) {
@@ -67,8 +63,6 @@ include::{generated}/operators/CEIL.adoc[]
|Output|-infinity|+infinity|-0|+0|NaN
|===
-*Operation Function:*
-
[source,c++]
----
for_each(index in shape) {
@@ -84,8 +78,6 @@ Elementwise count leading zeros operation
include::{generated}/operators/CLZ.adoc[]
-*Operation Function:*
-
[source,c++]
----
for_each(index in shape) {
@@ -108,8 +100,6 @@ include::{generated}/operators/EXP.adoc[]
|Output|+0|+infinity|1|1|NaN
|===
-*Operation Function:*
-
[source,c++]
----
for_each(index in shape) {
@@ -132,8 +122,6 @@ include::{generated}/operators/FLOOR.adoc[]
|Output|-infinity|+infinity|-0|+0|NaN
|===
-*Operation Function:*
-
[source,c++]
----
for_each(index in shape) {
@@ -156,8 +144,6 @@ include::{generated}/operators/LOG.adoc[]
|Output|NaN|+infinity|-infinity|-infinity|NaN
|===
-*Operation Function:*
-
[source,c++]
----
for_each(index in shape) {
@@ -173,8 +159,6 @@ Elementwise logical NOT of input.
include::{generated}/operators/LOGICAL_NOT.adoc[]
-*Operation Function:*
-
[source,c++]
----
for_each(index in shape) {
@@ -197,8 +181,6 @@ include::{generated}/operators/NEGATE.adoc[]
|Output|+infinity|-infinity|+0|-0|NaN
|===
-*Operation Function:*
-
[source,c++]
----
ERROR_IF(in_out_t != int8_t && input1_zp != 0) // Zero point only for int8_t
@@ -225,8 +207,6 @@ include::{generated}/operators/RECIPROCAL.adoc[]
|Output|-0|+0|-infinity|+infinity|NaN
|===
-*Operation Function:*
-
[source,c++]
----
for_each(index in shape) {
@@ -249,8 +229,6 @@ include::{generated}/operators/RSQRT.adoc[]
|Output|NaN|+0|-infinity|+infinity|NaN
|===
-*Operation Function:*
-
[source,c++]
----
for_each(index in shape) {