aboutsummaryrefslogtreecommitdiff
path: root/chapters
diff options
context:
space:
mode:
Diffstat (limited to 'chapters')
-rw-r--r--chapters/introduction.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapters/introduction.adoc b/chapters/introduction.adoc
index ef12dfd..28f15a0 100644
--- a/chapters/introduction.adoc
+++ b/chapters/introduction.adoc
@@ -527,7 +527,7 @@ An implementation of TOSA can choose a different tensor memory layout provided t
In operations where broadcasting is supported, an input shape dimension can be broadcast to an output shape dimension if the input shape dimension is 1.
TOSA broadcast requires the rank of both tensors to be the same.
A RESHAPE can be done to create a compatible tensor with appropriate dimensions of size 1.
-To map indexes in an output tensor to that of an input tensor, see <<Broadcast Helper>>.
+To map indexes in an output tensor to that of an input tensor, see <<Broadcast Helpers>>.
==== Supported Number Formats