From 8033f12637a51a3d89cfee4c955988f5fa250f51 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Fri, 27 Oct 2023 11:47:05 -0700 Subject: Add description of bias broadcast Bias broadcast was introduced earlier, this adds text to the bias argument to call out the broadcast when only a single data element is given for broadcast. Signed-off-by: Eric Kunze Change-Id: I684afbe642e9b9cfb9f7c7e9b5bb4944019f206a --- tosa.xml | 55 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 25 deletions(-) diff --git a/tosa.xml b/tosa.xml index 28b40e2..8bcdb95 100644 --- a/tosa.xml +++ b/tosa.xml @@ -130,7 +130,8 @@ - Per output channel bias data. + Per output channel bias data. + + Bias data will be broadcast if BC == 1. @@ -212,7 +213,8 @@ - Per output channel bias data. + Per output channel bias data. + + Bias data will be broadcast if BC == 1. @@ -296,7 +298,8 @@ - Per output channel bias data. + Per output channel bias data. + + Bias data will be broadcast if BC == 1. @@ -417,7 +420,8 @@ - Per output channel bias data. + Per output channel bias data. + + Bias data will be broadcast if BC == 1. @@ -603,7 +607,8 @@ - Per output channel bias data. + Per output channel bias data. + + Bias data will be broadcast if BC == 1. @@ -808,7 +813,7 @@ - Output tensor with broadcast shape if necessary + Output tensor @@ -847,7 +852,7 @@ - Output tensor with broadcast shape if necessary + Output tensor @@ -871,7 +876,7 @@ - Output tensor with broadcast shape if necessary + Output tensor @@ -895,7 +900,7 @@ - Output tensor with broadcast shape if necessary + Output tensor @@ -919,7 +924,7 @@ - Output tensor with broadcast shape if necessary + Output tensor @@ -943,7 +948,7 @@ - Output tensor with broadcast shape if necessary + Output tensor @@ -966,7 +971,7 @@ - Output tensor with broadcast shape if necessary + Output tensor @@ -988,7 +993,7 @@ - Output tensor with broadcast shape if necessary + Output tensor @@ -1012,7 +1017,7 @@ - Output tensor with broadcast shape if necessary + Output tensor @@ -1036,7 +1041,7 @@ - Output tensor with broadcast shape if necessary + Output tensor @@ -1058,7 +1063,7 @@ - Output tensor with broadcast shape if necessary + Output tensor @@ -1080,7 +1085,7 @@ - Output tensor with broadcast shape if necessary + Output tensor @@ -1114,7 +1119,7 @@ - Output tensor with broadcast shape if necessary + Output tensor @@ -1152,7 +1157,7 @@ - Output tensor with broadcast shape if necessary + Output tensor @@ -1190,7 +1195,7 @@ - Output tensor with broadcast shape if necessary + Output tensor @@ -1223,7 +1228,7 @@ - Output tensor with broadcast shape if necessary + Output tensor @@ -1593,7 +1598,7 @@ - Output tensor of same type as input2 and input3, with broadcast shape if necessary + Output tensor of same type as input2 and input3 @@ -1632,7 +1637,7 @@ - Output tensor with broadcast shape if necessary + Output tensor @@ -1667,7 +1672,7 @@ - Output tensor with broadcast shape if necessary + Output tensor @@ -1702,7 +1707,7 @@ - Output tensor with broadcast shape if necessary + Output tensor -- cgit v1.2.1