aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Preud'homme <thomas.preudhomme@arm.com>2024-05-08 15:06:22 +0100
committerThomas Preud'homme <thomas.preudhomme@arm.com>2024-05-08 15:10:24 +0100
commit9ff96c5cb05a2beb1225dabf447b762e1c7129f6 (patch)
tree4f8bb2ddb8d429d8681cb2d847386c8de7f93500
parent9646e5ab7f33e690b4a995e69000088b4d7aeafc (diff)
downloadspecification-9ff96c5cb05a2beb1225dabf447b762e1c7129f6.tar.gz
Fix link to broadcast helpers in introduction
Signed-off-by: Thomas Preud'homme <thomas.preudhomme@arm.com> Change-Id: Ia26ffc9eae21bccdd1b48277ab494f1bc1b744c3
-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