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.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) {