From 0afe61f88ce3d2f445c5f01ae5567cb1b0b7f303 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Wed, 14 Feb 2024 16:33:31 -0800 Subject: Modify convolution operators to improve bias handling Accumulator size moves to an enumerated attribute, out_t for floating-point changes to be the size of the input. Bias for floating-point also becomes the bit width of the input type. Signed-off-by: Eric Kunze Change-Id: I7369417adbb1106ce34a1978e7f511a30272c318 --- tosa.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tosa.xsd') diff --git a/tosa.xsd b/tosa.xsd index b39a2f4..54610d5 100644 --- a/tosa.xsd +++ b/tosa.xsd @@ -57,7 +57,7 @@ - + -- cgit v1.2.1