From 52dd6bb66b2baadfdbaaa32dd94978951d304e04 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Wed, 17 Aug 2022 15:57:34 -0700 Subject: Change convolution weights to always dynamic This changes the arguments for the convolution operators to be inputs rather than attributes for all profiles. Change-Id: I9d5fd1ae721271b881179765dc44e966208150da Signed-off-by: Eric Kunze --- tosa.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tosa.xml b/tosa.xml index 8900721..06e6c97 100644 --- a/tosa.xml +++ b/tosa.xml @@ -94,10 +94,10 @@ Input tensor - + Weight kernel size KH x KW - + Per output channel bias data. @@ -150,10 +150,10 @@ Input tensor - + Weight kernel size KDxKHxKW - + Per output channel bias data. @@ -206,10 +206,10 @@ Input tensor - + Weight kernel size KH x KW - + Per output channel bias data. @@ -436,10 +436,10 @@ Input tensor - + Weight kernel size KH x KW - + Per output channel bias data. -- cgit v1.2.1