From 9ff96c5cb05a2beb1225dabf447b762e1c7129f6 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Wed, 8 May 2024 15:06:22 +0100 Subject: Fix link to broadcast helpers in introduction Signed-off-by: Thomas Preud'homme Change-Id: Ia26ffc9eae21bccdd1b48277ab494f1bc1b744c3 --- chapters/introduction.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapters') 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 <>. +To map indexes in an output tensor to that of an input tensor, see <>. ==== Supported Number Formats -- cgit v1.2.1