From 50256e168c3e759f03445bb872d0a43da1a6ba30 Mon Sep 17 00:00:00 2001 From: Suraj Sudhir Date: Thu, 14 Mar 2024 23:44:54 +0000 Subject: Remove TRANSPOSE_CONV2D out_shape argument Change-Id: I1a52c596ea225355fe505f783d875a01023ff63e --- schema/tosa.fbs | 1 - 1 file changed, 1 deletion(-) (limited to 'schema/tosa.fbs') diff --git a/schema/tosa.fbs b/schema/tosa.fbs index 79b83b1..cad6db7 100644 --- a/schema/tosa.fbs +++ b/schema/tosa.fbs @@ -176,7 +176,6 @@ table ConvAttribute { table TransposeConvAttribute { out_pad: [int32]; stride: [int32]; - output_shape: [int32]; input_zp: int32; weight_zp: int32; local_bound: bool; -- cgit v1.2.1