From 14aa62036d11e70d497d7c5510bdb3aac08b89f3 Mon Sep 17 00:00:00 2001 From: Dominic Symes Date: Wed, 14 Jun 2023 18:11:19 +0100 Subject: FULLY_CONNECTED: Change weights and bias to be inputs To be consistent with CONV2D, the FULLY_CONNECTED weight and bias arguments should be inputs rather than attributes. Signed-off-by: Dominic Symes Change-Id: I77bd0ca36f98bccd0c2224060476e3b4ac04b4bf --- tosa.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tosa.xml b/tosa.xml index 9905dde..c2a76b5 100644 --- a/tosa.xml +++ b/tosa.xml @@ -380,11 +380,11 @@ Input tensor - + Weights - + Per output channel bias data. -- cgit v1.2.1