From 63e7937f5f6d64f377a4276c844dc7bfce4e0ea3 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Fri, 12 Nov 2021 15:02:19 -0800 Subject: Fix spelling mistake in SELECT shpae3->shape3 Change-Id: I981edd50409cb5bac0fd8793a1bf578f20cc0574 --- chapters/ewise_ternary.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/ewise_ternary.adoc b/chapters/ewise_ternary.adoc index c6babbc..751c093 100644 --- a/chapters/ewise_ternary.adoc +++ b/chapters/ewise_ternary.adoc @@ -31,7 +31,7 @@ Elementwise select of the output based on a condition. for_each(index in shape) { index1 = apply_broadcast(shape, shape1, index); index2 = apply_broadcast(shape, shape2, index); - index3 = apply_broadcast(shape, shpae3, index); + index3 = apply_broadcast(shape, shape3, index); cmp_t value1 = tensor_read(input1, shape1, index1); in_t value2 = tensor_read(input2, shape2, index2); in_t value3 = tensor_read(input3, shape3, index3); -- cgit v1.2.1