aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chapters/ewise_binary.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chapters/ewise_binary.adoc b/chapters/ewise_binary.adoc
index 4173aab..c624437 100644
--- a/chapters/ewise_binary.adoc
+++ b/chapters/ewise_binary.adoc
@@ -35,6 +35,7 @@ for_each(index in shape) {
in_t value2 = tensor_read<in_t>(input2, shape2, index2);
in_t result = apply_add<in_t>(value1, value2);
tensor_write<in_t>(output, shape, index, result);
+}
----
*Supported Data Types:*