aboutsummaryrefslogtreecommitdiff
path: root/chapters/comparison.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'chapters/comparison.adoc')
-rw-r--r--chapters/comparison.adoc6
1 files changed, 0 insertions, 6 deletions
diff --git a/chapters/comparison.adoc b/chapters/comparison.adoc
index 00ecdd9..f4da361 100644
--- a/chapters/comparison.adoc
+++ b/chapters/comparison.adoc
@@ -15,8 +15,6 @@ Elementwise comparison operation
include::{generated}/operators/EQUAL.adoc[]
-*Operation Function:*
-
[source,c++]
----
for_each(index in shape) {
@@ -39,8 +37,6 @@ Elementwise greater than comparison operation
include::{generated}/operators/GREATER.adoc[]
-*Operation Function:*
-
[source,c++]
----
for_each(index in shape) {
@@ -63,8 +59,6 @@ Elementwise comparison operation
include::{generated}/operators/GREATER_EQUAL.adoc[]
-*Operation Function:*
-
[source,c++]
----
for_each(index in shape) {