From 12ab5da01cbc152ed14f00fccdf94815dd1512d2 Mon Sep 17 00:00:00 2001 From: Dominic Symes Date: Fri, 4 Aug 2023 17:47:29 +0100 Subject: Allow bias tensors to be broadcast Bias tensors often have the same value for each channel. To allow for this the number of bias channels, BC, is permitted to be 1 or the output channel size. If BC == 1 then the bias is broadcast. Change-Id: I3262a6c699bd045f44201e2a123f9b792b9f67c9 Signed-off-by: Dominic Symes --- tosa.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tosa.xml') diff --git a/tosa.xml b/tosa.xml index cb56914..707ea3b 100644 --- a/tosa.xml +++ b/tosa.xml @@ -129,7 +129,7 @@ - + Per output channel bias data. @@ -203,7 +203,7 @@ - + Per output channel bias data. @@ -279,7 +279,7 @@ - + Per output channel bias data. @@ -384,7 +384,7 @@ Weights - + Per output channel bias data. @@ -562,7 +562,7 @@ - + Per output channel bias data. -- cgit v1.2.1