aboutsummaryrefslogtreecommitdiff
path: root/chapters/type_conversion.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'chapters/type_conversion.adoc')
-rw-r--r--chapters/type_conversion.adoc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chapters/type_conversion.adoc b/chapters/type_conversion.adoc
index 3ff190b..d6cd1b2 100644
--- a/chapters/type_conversion.adoc
+++ b/chapters/type_conversion.adoc
@@ -15,8 +15,6 @@ Casts a tensor from one data type to another.
include::{generated}/operators/CAST.adoc[]
-*Operation Function:*
-
[source,c++]
----
for_each(index in shape) {
@@ -45,8 +43,6 @@ Rescale quantized values into a new domain. This function scales by factor: mult
include::{generated}/operators/RESCALE.adoc[]
-*Operation Function:*
-
[source,c++]
----
for_each(index in shape) {